Skip to content

Commit

Permalink
chore: remove php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Niktux committed Dec 10, 2024
1 parent d287d76 commit 55a6c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3', '8.4' ]
php-versions: [ '8.3', '8.4' ]
steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"configuration"
],
"require" : {
"php" : ">=8.4",
"php" : ">=8.3",
"symfony/yaml" : "~6.4|~7.0"
},
"require-dev" : {
Expand Down

0 comments on commit 55a6c86

Please sign in to comment.