Skip to content

Commit

Permalink
Remove 2.5 support, add 3.0 and 3.1 support (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak authored Jun 12, 2022
1 parent 3833678 commit 8d061a1
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.5, 2.6, 2.7]
ruby: [2.6, 2.7, 3.0, 3.1]
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.5, 2.6, 2.7]
ruby: [2.6, 2.7, 3.0, 3.1]
db_version: [10]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: [2.6, 2.7, 3.0, 3.1]
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit 8d061a1

Please sign in to comment.