Skip to content

Commit

Permalink
Exclude ruby 1.9 and 2.2 test for ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored and eregon committed May 20, 2024
1 parent 00a1085 commit 7dc18ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
exclude:
# https://github.com/ruby/setup-ruby/issues/496
- { os: ubuntu-22.04, ruby: '2.2' }
# - { os: ubuntu-24.04, ruby: '2.2' }
- { os: ubuntu-24.04, ruby: '1.9' }
- { os: ubuntu-24.04, ruby: '2.2' }
# These old Rubies fail to compile on macos-arm-oss (macOS 13, arm64), which is used for ruby/ruby-builder
- { os: macos-14, ruby: '1.9' }
- { os: macos-14, ruby: '2.0' }
Expand Down

0 comments on commit 7dc18ff

Please sign in to comment.