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 26, 2023
1 parent 8eb67d9 commit c58168d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- add support for Symfony 6
- Config: added new parameter for ignoring indent for comments for indent check
- [#55] added option to disable check only changed files and added option to change path to cache file
- [#70] CI: add build PHP 8.2

### Changed
- removed status code from result class, now it's no longer necessary
Expand Down Expand Up @@ -233,6 +234,7 @@ patchesJson6902:
[@DavidOstrozlik]: https://github.com/DavidOstrozlik
[@PetrHeinz]: https://github.com/PetrHeinz

[#70]: https://github.com/sspooky13/yaml-standards/issues/70
[#55]: https://github.com/sspooky13/yaml-standards/issues/55
[#46]: https://github.com/sspooky13/yaml-standards/issues/46
[#64]: https://github.com/sspooky13/yaml-standards/issues/64
Expand Down

0 comments on commit c58168d

Please sign in to comment.