diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 023c2ec..88465d8 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -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: diff --git a/composer.json b/composer.json index bb55071..70767a8 100644 --- a/composer.json +++ b/composer.json @@ -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",