Skip to content

Commit 5245705

Browse files
committed
Modernise the testing matrix
1 parent 5c9034c commit 5245705

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ruby:
18-
- '3.0'
19-
- '3.1'
2018
- '3.2'
2119
- '3.3'
20+
- '3.4'
21+
- '4.0'
2222
rails:
23-
- '6.1'
24-
- '7.0'
25-
- '7.1'
2623
- '7.2'
2724
- '8.0'
25+
- '8.1'
2826
db:
2927
- mysql
3028
- postgresql

0 commit comments

Comments
 (0)