Skip to content

Commit

Permalink
PHP 8.3 Support (#48265)
Browse files Browse the repository at this point in the history
* PHP 8.3 Support

* wip
  • Loading branch information
driesvints authored Aug 31, 2023
1 parent e4eefe9 commit 0a95d00
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a95d00

Please sign in to comment.