Skip to content

Commit 2c8119e

Browse files
authored
Update self-test workflow
Signed-off-by: Gwynne Raskind <gwynne@vapor.codes>
1 parent 5cf40c0 commit 2c8119e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test-args:
1818
- '{}'
1919
- '{"toolchain":"latest"}'
20-
- '{"toolchain":"5.9"}'
20+
- '{"toolchain":"5.0"}'
2121
runs-on: ubuntu-latest
2222
container: ${{ matrix.base-image }}
2323
steps:
@@ -35,14 +35,14 @@ jobs:
3535
test-args:
3636
- '{}'
3737
- '{"toolchain":"latest"}'
38-
- '{"toolchain":"5.9"}'
38+
- '{"toolchain":"5.0"}'
3939
runs-on: ubuntu-latest
4040
container: ${{ matrix.base-image }}
4141
steps:
4242
- name: Add missing dependencies
4343
run: yum install -y git tar
4444
- name: Checkout self
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Test
4747
uses: vapor/swiftly-action@main
4848
with: ${{ fromJSON(matrix.test-args) }}

0 commit comments

Comments
 (0)