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 23bfc39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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
3 changes: 2 additions & 1 deletion gemfiles/rails-7-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem "rails", "~> 7.1.0"
gem "activemodel-serializers-xml"
gem "sqlite3", "~> 1.0", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]
gem "observer" # Workaround for https://github.com/rmagick/rmagick/pull/1411
# Until https://github.com/cucumber/cucumber-ruby/pull/1757 gets released
gem "cucumber", github: "cucumber/cucumber-ruby" if RUBY_VERSION.to_f >= 3.4

gemspec :path => "../"

0 comments on commit 23bfc39

Please sign in to comment.