Skip to content

Commit

Permalink
only jruby 9.4 for rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jun 5, 2023
1 parent 7d75091 commit d276df4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -18,15 +18,12 @@ jobs:
matrix:
rails: ["~> 7.0.0", "~> 6.1.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
experimental: false
experimental: [false]
include:
- ruby: 3.2
rails: 'edge'
experimental: true
- ruby: jruby-9.2.19.0
rails: '~> 7.0.0'
experimental: true
- ruby: jruby-9.3.1.0
- ruby: jruby-9.4
rails: '~> 7.0.0'
experimental: true
- ruby: jruby-9.2.19.0
Expand Down

0 comments on commit d276df4

Please sign in to comment.