Skip to content

Commit b15fa28

Browse files
committed
ci: add Ruby 4.0 to test matrix
1 parent cee4997 commit b15fa28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- { ruby: '3.3', rails: '7.1' }
1919
- { ruby: '3.4', rails: '7.0' }
2020
- { ruby: '3.4', rails: '7.1' }
21+
- { ruby: '4.0', rails: '7.0' }
22+
- { ruby: '4.0', rails: '7.1' }
2123
fail-fast: false # applies to matrix
2224
continue-on-error: true # applies to job
2325

.github/workflows/rails-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Ruby ${{ matrix.ruby }}/Rails ${{ matrix.rails }}
1111
strategy:
1212
matrix:
13-
ruby: ['3.2', '3.3', '3.4']
13+
ruby: ['3.2', '3.3', '3.4', '4.0']
1414
rails: ['main']
1515

1616
env:

0 commit comments

Comments
 (0)