Skip to content

Commit 3fcb06c

Browse files
committed
attempt to fix runner
1 parent 29db004 commit 3fcb06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
matrix:
1010
name: "PHP"
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
PHP: ["7.0", "7.4", "8.0", "8.3", "8.4", "8.5"]

0 commit comments

Comments
 (0)