Skip to content

Commit 841c531

Browse files
committed
Updated ci matrix.
1 parent 260166c commit 841c531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
ruby: ['3.1', '3.2', '3.3']
13-
rails: ['6.1', '7.0.1']
12+
ruby: ['3.3', '3.3', '3.4', '4']
13+
rails: ['7.2', '8.0', '8']
1414
experimental: [false]
1515
include:
1616
- rails: '7.1'
1717
ruby: '3.3'
1818
experimental: true
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222

2323
- uses: ruby/setup-ruby@v1
2424
with:

0 commit comments

Comments
 (0)