Skip to content

Commit 4b0e8ec

Browse files
upgrade ci to rails 7 and ruby 3
1 parent 22c15ff commit 4b0e8ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: [2.6, 2.7]
11-
rails: ['5.0', '5.1', '5.2', '6.0', '6.1']
10+
ruby: ['3.1', '3.2', '3.3']
11+
rails: ['6.1', '7.0', '7.1']
1212

1313
runs-on: ubuntu-latest
1414
name: Test against Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup System
2020
run: sudo apt-get install libsqlite3-dev

0 commit comments

Comments
 (0)