Skip to content

Commit f653a8f

Browse files
sanakRedmine Patch Meetup
authored and
Redmine Patch Meetup
committed
Update test.yml matrix ruby versions (#86)
1 parent 6870184 commit f653a8f

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.6, 2.7, 3.0, 3.1]
14+
ruby: ['2.7', '3.0', '3.1', '3.2']
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.6, 2.7, 3.0, 3.1]
44+
ruby: ['2.7', '3.0', '3.1', '3.2']
4545
db_version: [10]
4646
runs-on: ubuntu-latest
4747
container:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
ruby: [2.6, 2.7, 3.0, 3.1]
78+
ruby: ['2.7', '3.0', '3.1', '3.2']
7979
runs-on: ubuntu-latest
8080
container:
8181
image: ruby:${{ matrix.ruby }}

0 commit comments

Comments
 (0)