Skip to content

Commit a9efc05

Browse files
authored
Merge pull request #34 from loic425/feature/dropping-php7-support
Dropping php 7 support
2 parents 9c4874f + 4725a39 commit a9efc05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php: ["7.4", "8.0", "8.1"]
19+
php: ["8.0", "8.1"]
2020
symfony: ["^4.4", "^5.4", "6.0"]
21-
exclude:
22-
- php: "7.4"
23-
symfony: "6.0"
2421

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

0 commit comments

Comments
 (0)