Skip to content

Commit 5457461

Browse files
authored
Add Ruby 3.4 to CI (#52)
1 parent 5c96b9f commit 5457461

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- ruby: "3.1"
2020
- ruby: "3.2"
2121
- ruby: "3.3"
22+
- ruby: "3.4"
2223

2324
### TEST RAILS VERSIONS
2425
- ruby: "2.6"
@@ -30,11 +31,11 @@ jobs:
3031
- ruby: "3.3"
3132
rails_version: "~> 7.0.0"
3233
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
33-
- ruby: "3.3"
34+
- ruby: "3.4"
3435
rails_version: "~> 7.1.0"
35-
- ruby: "3.3"
36+
- ruby: "3.4"
3637
rails_version: "~> 7.2.0"
37-
- ruby: "3.3"
38+
- ruby: "3.4"
3839
rails_version: "~> 8.0.0"
3940

4041
### TEST PT VERSIONS
@@ -48,9 +49,9 @@ jobs:
4849
paper_trail_version: "~> 15.0"
4950

5051
### TEST NON-SQLITE DATABASES
51-
- ruby: "3.3"
52+
- ruby: "3.4"
5253
db_gem: "mysql2"
53-
- ruby: "3.3"
54+
- ruby: "3.4"
5455
db_gem: "pg"
5556

5657
services:

0 commit comments

Comments
 (0)