Skip to content

Commit

Permalink
Test all jobs on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored and ondrejmirtes committed Dec 30, 2021
1 parent bf07c6d commit 32c52d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "lowest"
- "highest"
Expand All @@ -107,7 +108,7 @@ jobs:
run: "composer update --no-interaction --no-progress"

- name: "Update PHPStan"
if: matrix.php-version == '8.0'
if: matrix.php-version == '8.0' || matrix.php-version == '8.1'
run: "composer require phpstan/phpstan:'^1.2' phpstan/phpstan-strict-rules:'^1.1' --with-all-dependencies"

- name: "PHPStan"
Expand Down

0 comments on commit 32c52d5

Please sign in to comment.