Skip to content

Commit

Permalink
Restored support PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Jul 16, 2024
1 parent f0db3d6 commit 98faf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
fail-fast: false
matrix:
php:
- '7.3'
- '7.4'
- '8.0'
composer_options: [ "" ]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bdunogier/ezplatform-graphql-bundle": "self.version"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.3 || ^8.0",
"ext-dom": "*",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
Expand Down

0 comments on commit 98faf30

Please sign in to comment.