Skip to content

Commit

Permalink
Run CI tests for PHP 8.3 (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Oct 9, 2023
1 parent faec023 commit 0a8b1e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
dependencies:
- lowest
- highest
Expand Down Expand Up @@ -64,10 +65,6 @@ jobs:
run: composer update --no-progress --no-interaction --prefer-dist
if: ${{ matrix.dependencies == 'highest' }}

- name: Restrict lowest Symfony version on PHP 8.1 & 8.2
run: composer require symfony/options-resolver:^4.4.30 --no-update
if: ${{ matrix.dependencies == 'lowest' && matrix.php == '8.1' || matrix.php == '8.2' }}

- name: Install lowest dependencies
run: composer update --no-progress --no-interaction --prefer-dist --prefer-lowest
if: ${{ matrix.dependencies == 'lowest' }}
Expand Down

0 comments on commit 0a8b1e7

Please sign in to comment.