Skip to content

Commit

Permalink
Merge pull request #2744 from y-yagi/ci-against-ruby33
Browse files Browse the repository at this point in the history
CI against Ruby 3.3
  • Loading branch information
mshibuya authored Jun 25, 2024
2 parents b25477d + 05ad168 commit c531c07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2', jruby ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', jruby ]
gemfile: [ gemfiles/rails-7-0.gemfile ]
experimental: [ false ]
include:
Expand All @@ -18,10 +18,10 @@ jobs:
- ruby: '2.6'
gemfile: gemfiles/rails-6-1.gemfile
experimental: false
- ruby: '3.2'
- ruby: '3.3'
gemfile: gemfiles/rails-7-1.gemfile
experimental: false
- ruby: '3.2'
- ruby: '3.3'
gemfile: gemfiles/rails-main.gemfile
experimental: true
- ruby: ruby-head
Expand Down

0 comments on commit c531c07

Please sign in to comment.