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 802cc05 commit f506d77Copy full SHA for f506d77
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- "1.25.3.1"
15
- "1.27.1.1"
16
17
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
18
19
env:
20
OPENRESTY_VERSION: ${{ matrix.op_version }}
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
12
13
steps:
- name: Check out code
0 commit comments