Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pankgeorg committed Sep 18, 2023
1 parent 96b39ac commit 572d0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,28 @@ jobs:
version: "1.6"
arch: x64
postgresql-version: latest
nonblocking: "false"
# Add older supported PostgreSQL Versions
- os: ubuntu-latest
version: 1
arch: x64
postgresql-version: '13'
nonblocking: "false"
- os: ubuntu-latest
version: 1
arch: x64
postgresql-version: '12'
nonblocking: "false"
- os: ubuntu-latest
version: 1
arch: x64
postgresql-version: '11'
nonblocking: "false"
- os: ubuntu-latest
version: 1
arch: x64
postgresql-version: '10'
nonblocking: "false"
- os: ubuntu-latest
version: 1
arch: x64
Expand All @@ -78,11 +83,6 @@ jobs:
arch: x64
postgresql-version: latest
nonblocking: "true"
- os: ubuntu-latest
version: 1
arch: x64
postgresql-version: latest
nonblocking: "true"
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 572d0b6

Please sign in to comment.