We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92ee64 commit 48e7ef2Copy full SHA for 48e7ef2
.github/workflows/ruby.yml
@@ -15,7 +15,7 @@ jobs:
15
test:
16
strategy:
17
matrix:
18
- ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', 'truffleruby', 'jruby']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'truffleruby', 'jruby']
19
platform: [ubuntu-latest, macos-latest, windows-latest]
20
exclude:
21
- ruby-version: truffleruby
0 commit comments