|
7 | 7 | strategy: |
8 | 8 | fail-fast: false |
9 | 9 | matrix: |
10 | | - postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"] |
| 10 | + postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"] |
11 | 11 | steps: |
12 | 12 | - name: Checkout project |
13 | 13 | uses: actions/checkout@v3 |
|
34 | 34 | strategy: |
35 | 35 | fail-fast: false |
36 | 36 | matrix: |
37 | | - postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"] |
| 37 | + postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"] |
38 | 38 | steps: |
39 | 39 | - name: Checkout project |
40 | 40 | uses: actions/checkout@v3 |
|
56 | 56 | strategy: |
57 | 57 | fail-fast: false |
58 | 58 | matrix: |
59 | | - postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"] |
| 59 | + postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"] |
60 | 60 | steps: |
61 | 61 | - name: Checkout project |
62 | 62 | uses: actions/checkout@v3 |
|
69 | 69 | run: | |
70 | 70 | brew update |
71 | 71 | brew install postgresql |
| 72 | + echo "$(brew --prefix postgresql)/bin" >> $GITHUB_PATH |
72 | 73 | - name: Test PostgreSQL bundle |
73 | 74 | run: ./gradlew :repacked-platforms:testAmd64DarwinJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }} |
74 | 75 | timeout-minutes: 10 |
|
78 | 79 | strategy: |
79 | 80 | fail-fast: false |
80 | 81 | matrix: |
81 | | - postgres: ["18.2", "17.8", "16.12", "15.16", "14.21"] |
| 82 | + postgres: ["18.3", "17.9", "16.13", "15.17", "14.22"] |
82 | 83 | steps: |
83 | 84 | - name: Checkout project |
84 | 85 | uses: actions/checkout@v3 |
|
0 commit comments