Skip to content

Commit

Permalink
run PHPStan on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 28, 2024
1 parent d720c2c commit 3a3b364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.3"
php-version: "8.0"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.0",
"broadway/broadway": "^2.2.1",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
Expand Down

0 comments on commit 3a3b364

Please sign in to comment.