Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
Marking ruby-head as experimental, until cucumber works on it
  • Loading branch information
mshibuya committed Jan 11, 2025
1 parent ee24133 commit 719a5ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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', '3.3' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
gemfile: [ gemfiles/rails-7-1.gemfile ]
experimental: [ false ]
include:
Expand All @@ -29,16 +29,16 @@ jobs:
experimental: false
- ruby: '3.3'
gemfile: gemfiles/rails-main.gemfile
experimental: true
- ruby: ruby-head
gemfile: gemfiles/rails-7-2.gemfile
experimental: false
- ruby: ruby-head
gemfile: gemfiles/rails-8-0.gemfile
experimental: true
- ruby: jruby
gemfile: gemfiles/rails-7-0.gemfile
experimental: true
experimental: false
- ruby: jruby-head
gemfile: gemfiles/rails-7-0.gemfile
experimental: true
experimental: false
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
env:
Expand Down

0 comments on commit 719a5ed

Please sign in to comment.