Skip to content

Commit e4764bf

Browse files
committed
add rails 7.2 and 8.0 to github action tests
1 parent ee21ea6 commit e4764bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- lint
4343
strategy:
4444
matrix:
45-
rails: ['6.1', '7.0', '7.1']
45+
rails: ['6.1', '7.0', '7.1', '7.2', '8.0']
4646
ruby: ['3.1', '3.2', '3.3']
4747
runs-on: ubuntu-latest
4848
env:

0 commit comments

Comments
 (0)