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.
2 parents ab7659d + 67cc640 commit 8c4670dCopy full SHA for 8c4670d
1 file changed
.github/workflows/ci.yml
@@ -4,12 +4,9 @@ on: [ push, pull_request ]
4
5
jobs:
6
macos:
7
-
8
- env:
9
- LUA_VERSION: 5.2
10
11
runs-on: macos-latest
12
+ env:
+ LUA_VERSION: 5.4
13
steps:
14
- uses: actions/checkout@v2
15
@@ -31,7 +28,7 @@ jobs:
31
28
32
29
- uses: ./.github/actions/build-and-test
33
30
with:
34
- test-wrapper:
+ test-wrapper: ''
35
env:
36
PGHOST: /tmp
37
@@ -182,7 +179,7 @@ jobs:
182
179
- uses: ./.github/actions/ubuntu-prerequisites
183
180
184
181
185
- ubuntu20-pg12-gcc10-release:
+ ubuntu20-pg13-gcc10-release:
186
runs-on: ubuntu-20.04
187
188
0 commit comments