We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0ed28 commit 380fd27Copy full SHA for 380fd27
.github/workflows/CI.yml
@@ -34,14 +34,9 @@ jobs:
34
- os: macOS-latest
35
arch: x86
36
include:
37
- # Add a 1.0 job just to make sure we still support it
+ # Add a LTS job just to make sure we still support it
38
- os: ubuntu-latest
39
- version: "1.0"
40
- arch: x64
41
- postgresql-version: latest
42
- # Add a 1.5 job because that's what Invenia actually uses
43
- - os: ubuntu-latest
44
- version: 1.5
+ version: "1.6"
45
arch: x64
46
postgresql-version: latest
47
# Add older supported PostgreSQL Versions
@@ -61,10 +56,6 @@ jobs:
61
56
version: 1
62
57
63
58
postgresql-version: '10'
64
65
- version: 1
66
67
- postgresql-version: '9.6'
68
59
steps:
69
60
- uses: actions/checkout@v2
70
- uses: julia-actions/setup-julia@v1
0 commit comments