Skip to content

Commit

Permalink
Upgrade ci postgreSQL version from 9.5 to 10 (#76)
Browse files Browse the repository at this point in the history
* add postgres 10.21, 11.16, 12.11, 13.7, 14.3
* use versions existing on hub.docker.com (10.20, 11.15, 12.10, 13.6, 14.2)
* Upgrade ci postgres version from 9.5 to 10 (drop 10.20, 11.15, 12.10, 13.6, 14.2)

Co-authored-by: Ko Nagase <[email protected]>
  • Loading branch information
2 people authored and Redmine Patch Meetup committed May 21, 2022
1 parent f45e1e5 commit c114cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7]
db_version: [9.5]
db_version: [10]
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit c114cd3

Please sign in to comment.