Skip to content

Commit c114cd3

Browse files
matobaasanak
authored and
Redmine Patch Meetup
committed
Upgrade ci postgreSQL version from 9.5 to 10 (#76)
* 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]>
1 parent f45e1e5 commit c114cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
ruby: [2.5, 2.6, 2.7]
45-
db_version: [9.5]
45+
db_version: [10]
4646
runs-on: ubuntu-latest
4747
container:
4848
image: ruby:${{ matrix.ruby }}

0 commit comments

Comments
 (0)