Skip to content

Commit 2ef7dca

Browse files
authored
Merge pull request #176 from tagliala/chore/test-against-ruby-34
Test against Ruby 3.4 and JRuby stable
2 parents 89c8111 + a61552c commit 2ef7dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'jruby-head']
15+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', 'jruby']
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '3.0'
38+
ruby-version: '3.0' # lowest supported Ruby version
3939
bundler-cache: true
4040

4141
- run: bundle exec rake rubocop

0 commit comments

Comments
 (0)