diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34ffa7a43..c0a1985cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,4 +92,4 @@ jobs: - name: Check benchmarks run: vendor/bin/phpbench run --revs=1 --iterations=1 - if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.2' }} + if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.3' }} diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index d7e3c5124..69de38c90 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' - name: Install dependencies run: composer update --no-progress --no-interaction --prefer-dist @@ -39,7 +39,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' - name: Install dependencies run: composer update --no-progress --no-interaction --prefer-dist @@ -59,7 +59,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' - name: Install dependencies run: composer update --no-progress --no-interaction --prefer-dist