Skip to content

Commit

Permalink
Merge pull request #34 from loic425/feature/dropping-php7-support
Browse files Browse the repository at this point in the history
Dropping php 7 support
  • Loading branch information
lchrusciel authored Dec 9, 2023
2 parents 9c4874f + 4725a39 commit a9efc05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.4", "8.0", "8.1"]
php: ["8.0", "8.1"]
symfony: ["^4.4", "^5.4", "6.0"]
exclude:
- php: "7.4"
symfony: "6.0"

steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +31,7 @@ jobs:
- name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.11"
composer config extra.symfony.require "${{ matrix.symfony }}"
Expand Down

0 comments on commit a9efc05

Please sign in to comment.