Skip to content

Commit 58c81d3

Browse files
committed
Update the testing matrix
1 parent 23cbc50 commit 58c81d3

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.docker/ruby_versions.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.7.7
2-
3.0.5
3-
3.1.3
4-
3.2.1
1+
3.0.6
2+
3.1.4
3+
3.2.3
4+
3.3.0

.github/workflows/ruby.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,21 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
ruby:
41+
- '3.3'
4142
- '3.2'
4243
- '3.1'
4344
- '3.0'
44-
- '2.7'
4545
rails:
4646
- '7.1'
4747
- '7.0'
4848
- '6.1'
49-
- '6.0'
5049
database_url:
5150
- sqlite3:test_db
5251
- postgresql://postgres:password@localhost:5432/test
5352
- mysql2://root:root@127.0.0.1:3306/test
54-
exclude:
55-
- ruby: '3.2'
56-
rails: '6.0'
57-
- ruby: '3.1'
58-
rails: '6.0'
59-
- ruby: '3.1'
60-
rails: '5.1'
61-
- ruby: '3.0'
62-
rails: '6.0'
53+
# exclude:
54+
# - ruby: '3.1'
55+
# rails: '6.0'
6356
env:
6457
RAILS_VERSION: ${{ matrix.rails }}
6558
DATABASE_URL: ${{ matrix.database_url }}

0 commit comments

Comments
 (0)