From 0a95d00f74dc49859e094e19f8c4af7b0f2c3a2d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 31 Aug 2023 16:14:33 +0200 Subject: [PATCH] PHP 8.3 Support (#48265) * PHP 8.3 Support * wip --- .github/workflows/tests.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83f8001a8344..bb5f2517860a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,15 +83,6 @@ jobs: timeout_minutes: 5 max_attempts: 5 command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - if: matrix.php <= 8.2 - - - name: Install dependencies - uses: nick-fields/retry@v2 - with: - timeout_minutes: 5 - max_attempts: 5 - command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ignore-platform-req=php - if: matrix.php == 8.3 - name: Execute tests run: vendor/bin/phpunit --display-deprecation @@ -162,15 +153,6 @@ jobs: timeout_minutes: 5 max_attempts: 5 command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - if: matrix.php <= 8.2 - - - name: Install dependencies - uses: nick-fields/retry@v2 - with: - timeout_minutes: 5 - max_attempts: 5 - command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ignore-platform-req=php - if: matrix.php == 8.3 - name: Execute tests run: vendor/bin/phpunit