Skip to content

Commit

Permalink
Rails8 requires Ruby 3.2 or higher version
Browse files Browse the repository at this point in the history
  • Loading branch information
shmokmt committed Nov 21, 2024
1 parent 61c6835 commit 5509633
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,27 @@ jobs:
- gemfiles/rails_8_0.gemfile
allow_failures:
- false
exclude:
- os: ubuntu
ruby: 3.1
gemfile: gemfiles/rails_8_0.gemfile
- os: ubuntu
ruby: jruby
gemfile: gemfiles/rails_8_0.gemfile
include:
- os: ubuntu
ruby: ruby-head
gemfile: gemfiles/rails_8_0.gemfile
allow_failures: true
- os: ubuntu
ruby: jruby-head
gemfile: gemfiles/rails_8_0.gemfile
gemfile: gemfiles/rails_7_2.gemfile
allow_failures: true
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
ALLOW_FAILURES: "${{ matrix.allow_failures }}"
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' || matrix.ruby == 'jruby' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5509633

Please sign in to comment.