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 f7cde54 commit e52e87aCopy full SHA for e52e87a
.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