diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 115714e..7459aa3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,9 @@ jobs: strategy: matrix: php: - - '8.1' + - '8.2' dependencies: ['highest'] fail-fast: false - env: - PHP_CS_FIXER_FUTURE_MODE: '1' steps: - name: Checkout uses: actions/checkout@v2 @@ -43,12 +41,11 @@ jobs: strategy: matrix: php: - - '8.1' - '8.2' variant: ['normal'] dependencies: ['highest'] include: - - php: '8.1' + - php: '8.2' variant: 'symfony/symfony:"^5.4"' dependencies: 'highest' composer-flags: '' diff --git a/composer.json b/composer.json index 051fcc0..6ec806d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require": { - "php": "^8.1", + "php": "^8.2", "doctrine/doctrine-bundle": "^2.5", "doctrine/data-fixtures": "^1.5", "doctrine/orm": "^2.10.0",