Skip to content

Commit

Permalink
Merge pull request #187 from lchrusciel/allow-php-8.1
Browse files Browse the repository at this point in the history
[Maintenance] Add PHP 8.1 build
  • Loading branch information
lchrusciel authored Dec 22, 2021
2 parents 6430caa + d611157 commit 3b19b5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0]
php: [7.4, 8.0, 8.1]
symfony: [4.4.*, 5.4.*, 6.0.*]
phpunit: [^8.0, ^9.0]
php-matcher: [^5.0, ^6.0]
exclude:
-
php: 8.0
php-matcher: ^5.0
-
php: 8.1
php-matcher: ^5.0
-
php: 7.4
symfony: 6.0.*
Expand Down

0 comments on commit 3b19b5d

Please sign in to comment.