diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6aaae6..9491f1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php_version: [ '8.1', '8.5' ] + php_version: [ '8.2', '8.5' ] steps: - uses: actions/checkout@v7 @@ -41,8 +41,8 @@ jobs: - uses: actions/checkout@v7 - uses: php-actions/composer@v6 with: - php_version: '8.1' + php_version: '8.2' - uses: php-actions/phpstan@v3 with: - php_version: '8.1' + php_version: '8.2' configuration: phpstan.neon diff --git a/composer.json b/composer.json index fa22422..82b3768 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-3.0-or-later", "name": "flowpack/decoupledcontentstore", "require": { - "php": "^8.1", + "php": "^8.2", "neos/neos": "^8.0", "albertofem/rsync-lib": "~1.0", "flowpack/prunner": "*"