Skip to content

Commit

Permalink
OP-225: Drop PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
GracjanJozefczyk committed May 27, 2024
1 parent 5972fea commit b9a1f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0" ]
php: [ "8.1" ]
symfony: [ "^6.0" ]
sylius: [ "~1.13.0" ]
node: [ "18.x", "20.x" ]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "BitBag Elasticsearch plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"friendsofsymfony/elastica-bundle": "^6.0",
"sylius/sylius": "~1.13.0",
Expand Down

0 comments on commit b9a1f44

Please sign in to comment.