Skip to content

Commit 3120080

Browse files
authored
Merge pull request #233 from invenia/ed/postgresql-13-tests
Update tested PostgreSQL versions to Supported Versions
2 parents 900621e + 0effe85 commit 3120080

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)