We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc75697 commit 4904e41Copy full SHA for 4904e41
1 file changed
.github/workflows/check-pr.yml
@@ -1,10 +1,11 @@
1
-name: Check pull request
+name: Tests
2
on:
3
pull_request:
4
branches:
5
- '**.x'
6
jobs:
7
testing:
8
+ name: PHP ${{ matrix.php }}
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
@@ -14,7 +15,7 @@ jobs:
14
15
uses: actions/checkout@v2
16
17
- name: Setup PHP with composer
- uses: actions/setup-php@v2
18
+ uses: shivammathur/setup-php@v2
19
with:
20
php-version: ${{ matrix.php }}
21
tools: composer
0 commit comments