Skip to content

Commit

Permalink
ci: follow database versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nishidayuya committed Oct 27, 2024
1 parent d4c3add commit 5313541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3']
db_version: [5.7]
db_version: [8.0]
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.1', '3.2', '3.3']
db_version: [10]
db_version: [14]
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit 5313541

Please sign in to comment.