Skip to content

Commit

Permalink
Remove 2.3 support, add 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kfischer-okarin authored and Redmine Patch Meetup committed Dec 19, 2020
1 parent c40e34b commit 5604ea0
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.3, 2.4, 2.5, 2.6]
ruby: [2.4, 2.5, 2.6, 2.7]
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.3, 2.4, 2.5, 2.6]
ruby: [2.4, 2.5, 2.6, 2.7]
db_version: [9.5]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6]
ruby: [2.4, 2.5, 2.6, 2.7]
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit 5604ea0

Please sign in to comment.