Skip to content

Commit f5d0aaf

Browse files
committed
CI: Add PostgreSQL 15 and drop 9 and 10
ref: https://www.postgresql.org/support/versioning/ Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 703972c commit f5d0aaf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
16-
postgres: [ '14', '13', '12', '11', '10', '9' ]
16+
postgres: [ '15', '14', '13', '12', '11' ]
1717
os:
1818
- ubuntu-latest
1919
experimental: [false]
@@ -34,14 +34,6 @@ jobs:
3434
postgres: '11'
3535
os: ubuntu-latest
3636
experimental: true
37-
- ruby: head
38-
postgres: '10'
39-
os: ubuntu-latest
40-
experimental: true
41-
- ruby: head
42-
postgres: '9'
43-
os: ubuntu-latest
44-
experimental: true
4537
services:
4638
postgres:
4739
image: postgres:${{ matrix.postgres }}

0 commit comments

Comments
 (0)