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 45c731b commit 0fcde4cCopy full SHA for 0fcde4c
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test:
11
name: PHP Tests - ${{ matrix.os }} - PHP ${{ matrix.php }}
12
- runs-on: ${{ matrix.os }} - PHP ${{ matrix.php }}
+ runs-on: ${{ matrix.os }}
13
permissions:
14
contents: read
15
0 commit comments