Skip to content

Commit df81c42

Browse files
author
Oliver Kossin
committed
set min 7.3
1 parent d3c3e64 commit df81c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- php-version: '7.2'
22+
- php-version: '7.3'
2323
dependency-versions: 'lowest'
2424
tools: 'composer:v2'
2525
env:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "sulu-bundle",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2 || ^8.0",
7+
"php": "^7.3 || ^8.0",
88
"friendsofsymfony/rest-bundle": "^2.6 || ^3.0",
99
"sulu/sulu": "^2.4 || ^2.5@dev",
1010
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)