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 5cf40c0 commit 2c8119eCopy full SHA for 2c8119e
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
test-args:
18
- '{}'
19
- '{"toolchain":"latest"}'
20
- - '{"toolchain":"5.9"}'
+ - '{"toolchain":"5.0"}'
21
runs-on: ubuntu-latest
22
container: ${{ matrix.base-image }}
23
steps:
@@ -35,14 +35,14 @@ jobs:
35
36
37
38
39
40
41
42
- name: Add missing dependencies
43
run: yum install -y git tar
44
- name: Checkout self
45
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
46
- name: Test
47
uses: vapor/swiftly-action@main
48
with: ${{ fromJSON(matrix.test-args) }}
0 commit comments