Skip to content

Commit

Permalink
Switch to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 25, 2022
1 parent 93a82e0 commit 1fbe90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '7.4'
tools: composer:v2
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "^8.0",
"php": "^7.4",
"phpstan/phpstan": "1.5.0"
},
"config": {
Expand Down

0 comments on commit 1fbe90f

Please sign in to comment.