Skip to content

Commit

Permalink
feat: drop support for symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 11, 2023
1 parent 7354d44 commit c486c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
key: ${{ runner.os }}-composer-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}
restore-keys: ${{ runner.os }}-composer-${{ matrix.php-version }}-${{ matrix.symfony-version }}-

- name: Allow Composer Plugins
run: |
composer config --no-plugins allow-plugins.ocramius/package-versions true
- name: Require Symfony
if: matrix.symfony-version != ''
run: |
Expand Down

0 comments on commit c486c0b

Please sign in to comment.