Skip to content

Commit

Permalink
Update test.yml matrix ruby versions (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak authored and Redmine Patch Meetup committed Feb 23, 2023
1 parent 55c911a commit 3f70dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
ruby: ['2.7', '3.0', '3.1', '3.2']
db_version: [5.7]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
ruby: ['2.7', '3.0', '3.1', '3.2']
db_version: [10]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, 3.0, 3.1]
ruby: ['2.7', '3.0', '3.1', '3.2']
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit 3f70dd6

Please sign in to comment.