Skip to content

Commit 0effe85

Browse files
authored
Update tested PostgreSQL versions to Supported Versions
This change drops testing on PostgreSQL 9.5 and adds it on PostgreSQL 13. This matches PostgreSQL's official Supported Versions. You can see supported versions listed on any PostgreSQL docs page.
1 parent 900621e commit 0effe85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
arch: x64
4646
postgresql-version: latest
4747
# Add older supported PostgreSQL Versions
48+
- os: ubuntu-latest
49+
version: 1
50+
arch: x64
51+
postgresql-version: '13'
4852
- os: ubuntu-latest
4953
version: 1
5054
arch: x64
@@ -61,10 +65,6 @@ jobs:
6165
version: 1
6266
arch: x64
6367
postgresql-version: '9.6'
64-
- os: ubuntu-latest
65-
version: 1
66-
arch: x64
67-
postgresql-version: '9.5'
6868
steps:
6969
- uses: actions/checkout@v2
7070
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)