Skip to content

Commit 4904e41

Browse files
committed
chore: redefine github actions.
1 parent fc75697 commit 4904e41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Check pull request
1+
name: Tests
22
on:
33
pull_request:
44
branches:
55
- '**.x'
66
jobs:
77
testing:
8+
name: PHP ${{ matrix.php }}
89
runs-on: ubuntu-latest
910
strategy:
1011
matrix:
@@ -14,7 +15,7 @@ jobs:
1415
uses: actions/checkout@v2
1516

1617
- name: Setup PHP with composer
17-
uses: actions/setup-php@v2
18+
uses: shivammathur/setup-php@v2
1819
with:
1920
php-version: ${{ matrix.php }}
2021
tools: composer

0 commit comments

Comments
 (0)