Skip to content

Commit

Permalink
Run tests with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Nov 3, 2023
1 parent d1058cf commit f4fd610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
symfony: ["5.4.*", "^6.3"]
php: ["8.0", "8.1", "8.2"]
symfony: ["^5.4", "^6.3"]
sylius: ["^1.12"]
node: ["18.x"]
mysql: ["5.7", "8.0"]
mysql: ["8.0"]

exclude:
-
Expand Down

0 comments on commit f4fd610

Please sign in to comment.