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 bd356a4 commit 2bd713aCopy full SHA for 2bd713a
.github/workflows/test.yml
@@ -12,6 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ - name: Setup PHP with tools
16
+ uses: shivammathur/setup-php@v2
17
+ with:
18
+ php-version: '7.4'
19
+ - uses: actions/checkout@v2
20
- name: Validate composer.json and composer.lock
21
run: composer validate
22
- name: Cache Composer packages
0 commit comments