Skip to content

Commit 0c2ade7

Browse files
juno-nishizakiRedmine Patch Meetup
authored and
Redmine Patch Meetup
committed
Update test.yml (#41)
1 parent 1ebbf62 commit 0c2ade7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [2.4, 2.5, 2.6, 2.7]
14+
ruby: [2.5, 2.6, 2.7]
1515
db_version: [5.7]
1616
runs-on: ubuntu-latest
1717
container:
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
ruby: [2.4, 2.5, 2.6, 2.7]
44+
ruby: [2.5, 2.6, 2.7]
4545
db_version: [9.5]
4646
runs-on: ubuntu-latest
4747
container:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
ruby: [2.4, 2.5, 2.6, 2.7]
78+
ruby: [2.5, 2.6, 2.7]
7979
runs-on: ubuntu-latest
8080
container:
8181
image: ruby:${{ matrix.ruby }}

0 commit comments

Comments
 (0)