Skip to content

Commit

Permalink
remove ubuntu-latest 2.7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 committed Jul 1, 2024
1 parent 120b86e commit ad50c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: ['2.7', '3.0', '3.1', '3.2']
exclude:
- os: ubuntu-latest
ruby: '2.7'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ad50c21

Please sign in to comment.