Skip to content

Commit 87ff71c

Browse files
committed
ci: test against Ruby 4.0
1 parent 2050cfb commit 87ff71c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
8+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
99
gemfile: ['active6.0.6', 'active6.1.7.6', 'active7.0.8', 'active7.1.3', 'rails6.0.6', 'rails6.1.7.6', 'rails7.0.8', 'rails7.1.3']
1010
runs-on: ubuntu-latest
1111
env:
1212
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
13-
BUNDLE_FORCE_RUBY_PLATFORM: ${{ matrix.ruby == '3.4' }}
13+
BUNDLE_FORCE_RUBY_PLATFORM: ${{ matrix.ruby == '3.4' || matrix.ruby == '4.0' }}
1414
RUBY_OPT: --disable=did_you_mean
1515
services:
1616
mongodb:

0 commit comments

Comments
 (0)