Skip to content

Commit dad2c7e

Browse files
committed
Add 3.3 ruby version
1 parent cb85486 commit dad2c7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- '3.0'
3232
- 3.1
3333
- 3.2
34+
- 3.3
3435
rails:
3536
- 7.0.4
3637
- 6.1.7
@@ -41,6 +42,12 @@ jobs:
4142
- postgresql://postgres:password@localhost:5432/test
4243
- sqlite3:test_db
4344
exclude:
45+
- ruby: 3.3
46+
rails: 6.0.6
47+
- ruby: 3.3
48+
rails: 5.2.8.1
49+
- ruby: 3.3
50+
rails: 5.1.7
4451
- ruby: 3.2
4552
rails: 6.0.6
4653
- ruby: 3.2

0 commit comments

Comments
 (0)