Skip to content

Commit

Permalink
CI: added build PHP 8.2 [#70]
Browse files Browse the repository at this point in the history
  • Loading branch information
sspooky13 committed Feb 25, 2023
1 parent a1e4a23 commit f5ffb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
deps-level: [ 'lowest', 'highest' ]
symfony: [ '^3.4.31', '^4.0.10', '^5.0', '^6.0' ]
exclude:
Expand Down

0 comments on commit f5ffb6c

Please sign in to comment.