Skip to content

Commit 7dc18ff

Browse files
kachickeregon
authored andcommitted
Exclude ruby 1.9 and 2.2 test for ubuntu-24.04
#596 (comment)
1 parent 00a1085 commit 7dc18ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
exclude:
3434
# https://github.com/ruby/setup-ruby/issues/496
3535
- { os: ubuntu-22.04, ruby: '2.2' }
36-
# - { os: ubuntu-24.04, ruby: '2.2' }
36+
- { os: ubuntu-24.04, ruby: '1.9' }
37+
- { os: ubuntu-24.04, ruby: '2.2' }
3738
# These old Rubies fail to compile on macos-arm-oss (macOS 13, arm64), which is used for ruby/ruby-builder
3839
- { os: macos-14, ruby: '1.9' }
3940
- { os: macos-14, ruby: '2.0' }

0 commit comments

Comments
 (0)