We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cbc50 commit 58c81d3Copy full SHA for 58c81d3
.docker/ruby_versions.txt
@@ -1,4 +1,4 @@
1
-2.7.7
2
-3.0.5
3
-3.1.3
4
-3.2.1
+3.0.6
+3.1.4
+3.2.3
+3.3.0
.github/workflows/ruby.yml
@@ -38,28 +38,21 @@ jobs:
38
fail-fast: false
39
matrix:
40
ruby:
41
+ - '3.3'
42
- '3.2'
43
- '3.1'
44
- '3.0'
- - '2.7'
45
rails:
46
- '7.1'
47
- '7.0'
48
- '6.1'
49
- - '6.0'
50
database_url:
51
- sqlite3:test_db
52
- postgresql://postgres:password@localhost:5432/test
53
- mysql2://root:root@127.0.0.1:3306/test
54
- exclude:
55
- - ruby: '3.2'
56
- rails: '6.0'
57
- - ruby: '3.1'
58
59
60
- rails: '5.1'
61
- - ruby: '3.0'
62
+# exclude:
+# - ruby: '3.1'
+# rails: '6.0'
63
env:
64
RAILS_VERSION: ${{ matrix.rails }}
65
DATABASE_URL: ${{ matrix.database_url }}
0 commit comments