Skip to content

Commit

Permalink
Don't run tests on Ruby 3.0 older versions of Ubuntu/MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Dec 23, 2024
1 parent 974a55f commit aefed1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1']
include:
- os: ubuntu-20.04
ruby: '3.1'
- os: macos-13
ruby: '3.0'
exclude:
# There's something wrong with this setup in GHA such that
# it gets weird linking errors, however I'm unable to reproduce
Expand Down

0 comments on commit aefed1c

Please sign in to comment.