Skip to content

Commit e52e87a

Browse files
committed
removing php from runs-on
1 parent f7cde54 commit e52e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: PHP Tests - ${{ matrix.os }} - PHP ${{ matrix.php }}
12-
runs-on: ${{ matrix.os }} - PHP ${{ matrix.php }}
12+
runs-on: ${{ matrix.os }}
1313
permissions:
1414
contents: read
1515

0 commit comments

Comments
 (0)