Skip to content

Commit

Permalink
Try removing symfony components
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 31, 2021
1 parent 50b2c73 commit 28c8e95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- php: '8.1'
flags: "--with symfony/process:^5.4 --with symfony/routing:^5.4"
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress

- name: Execute tests
continue-on-error: ${{ matrix.php > 8 }}
Expand All @@ -97,7 +96,6 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- php: '8.1'
flags: "--with symfony/process:^5.4 --with symfony/routing:^5.4"
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows
Expand Down Expand Up @@ -136,7 +134,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress

- name: Execute tests
continue-on-error: ${{ matrix.php > 8 }}
Expand Down

0 comments on commit 28c8e95

Please sign in to comment.