Skip to content

Commit add50fd

Browse files
committed
Fix Github Actions yml
1 parent 9c8db84 commit add50fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
php-tests:
10-
runs-on: ${{ matrix.payload.os }}
10+
runs-on: ${{ matrix.os }}
1111

1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)