diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index ee2eceec..21fa9c6c 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: include: - - php-version: '8.1' + - php-version: '8.2' dependency-versions: 'lowest' php-extensions: 'ctype, iconv, mysql, imagick' tools: 'composer:v2' diff --git a/composer.json b/composer.json index c2cf1f1b..bbdc059c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", "doctrine/collections": "^1.0", "doctrine/orm": "^2.5.3", @@ -27,7 +27,7 @@ "jms/serializer": "^3.3", "jms/serializer-bundle": "^3.3 || ^4.0 || ^5.0", "ramsey/uuid": "^3.1 || ^4.0", - "sulu/sulu": "^2.5.9 || ^2.5.9@dev", + "sulu/sulu": "^2.6.0 || ^2.6.4@dev", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/http-foundation": "^6.4 || ^7.0",