Skip to content

Commit 19daf02

Browse files
authored
Merge pull request #872 from javan/ci-ruby-4.0
CI: Add Ruby 4.0 to CI Matrix
2 parents bd77e98 + a898903 commit 19daf02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
ruby-version: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.0', '3.2', '3.3', '3.4', 'jruby-9', 'jruby-10']
13+
ruby-version: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.0', '3.2', '3.3', '3.4', '4.0', 'jruby-9', 'jruby-10']
1414
# CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead
1515
exclude:
1616
- os: macos-latest
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
ruby-version: ['2.7', '3.0', '3.0', '3.2', '3.3', '3.4']
45+
ruby-version: ['2.7', '3.0', '3.0', '3.2', '3.3', '3.4', '4.0']
4646
rails-version: ['6.0', '6.1', '7.0', '7.1', '7.2', '8.0', '8.1']
4747
include:
4848
- ruby-version: 2.7

0 commit comments

Comments
 (0)