Skip to content

Commit 21b3bde

Browse files
authored
Merge pull request #205 from rails/flavorjones/ci-202505
ci: bump the matrices
2 parents b1b3398 + d96a701 commit 21b3bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- run: rm Gemfile.lock
2424
- uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: "3.3"
26+
ruby-version: "3.4"
2727
bundler-cache: true
2828
- run: bundle exec rubocop
2929

3030
cruby:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
34+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-10.0", "jruby-head"]
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
- run: bundle exec rake
4444

4545
cruby-nokogiri-system-libraries:
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
4949
- run: rm Gemfile.lock

0 commit comments

Comments
 (0)