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 94d7e03 commit 47dd00dCopy full SHA for 47dd00d
.github/workflows/php.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup PHP with specific version
21
uses: shivammathur/setup-php@v2
22
with:
23
- php-version: '5.4'
+ php-version: '5.6'
24
25
- name: Validate composer.json and composer.lock
26
run: composer validate --strict
0 commit comments