Browse Source

Run all the tests on PG-12, except OTP-19

Sergey Prokhorov 3 years ago
parent
commit
6103e2baeb
1 changed files with 7 additions and 8 deletions
  1. 7 8
      .github/workflows/ci.yml

+ 7 - 8
.github/workflows/ci.yml

@@ -16,23 +16,22 @@ jobs:
       fail-fast: false
       matrix:
         os:
-          - "ubuntu-18.04"
+          - "ubuntu-20.04"
         pg:
-          - 10
+          - 12
         postgis:
-          - "2.4"
+          - 3
         otp:
           - "24.0"
           - "23.3"
           - "22.3"
           - "21.3"
           - "20.3"
-          - "19.3"
         include:
-          - otp: "24.0"
-            os: "ubuntu-20.04"
-            pg: 12
-            postgis: 3
+          - otp: "19.3"
+            os: "ubuntu-18.04"
+            pg: 10
+            postgis: "2.4"
     # env:
     #   PATH: ".:/usr/lib/postgresql/12/bin:$PATH"
     env: