Skip to content

Commit

Permalink
set min 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 18, 2024
1 parent d3c3e64 commit df81c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '7.2'
- php-version: '7.3'
dependency-versions: 'lowest'
tools: 'composer:v2'
env:
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 @@
"type": "sulu-bundle",
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"friendsofsymfony/rest-bundle": "^2.6 || ^3.0",
"sulu/sulu": "^2.4 || ^2.5@dev",
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
Expand Down

0 comments on commit df81c42

Please sign in to comment.