Skip to content

Commit d4b0dfe

Browse files
committed
remove ruby 3.0 from CI since it is EOL
1 parent 0b73eef commit d4b0dfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
ruby:
2121
- 3.2.2
2222
- 3.1.4
23-
- 3.0.6
2423
env:
2524
DB: sqlite3
2625
RAILS: ${{ matrix.rails }}
@@ -47,7 +46,6 @@ jobs:
4746
ruby:
4847
- 3.2.2
4948
- 3.1.4
50-
- 3.0.6
5149
env:
5250
DB: mysql
5351
RAILS: ${{ matrix.rails }}
@@ -83,7 +81,6 @@ jobs:
8381
ruby:
8482
- 3.2.2
8583
- 3.1.4
86-
- 3.0.6
8784
env:
8885
DB: postgres
8986
RAILS: ${{ matrix.rails }}

0 commit comments

Comments
 (0)