We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c4874f + 4725a39 commit a9efc05Copy full SHA for a9efc05
1 file changed
.github/workflows/build.yml
@@ -16,11 +16,8 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- php: ["7.4", "8.0", "8.1"]
+ php: ["8.0", "8.1"]
20
symfony: ["^4.4", "^5.4", "6.0"]
21
- exclude:
22
- - php: "7.4"
23
- symfony: "6.0"
24
25
steps:
26
- uses: actions/checkout@v2
@@ -34,6 +31,7 @@ jobs:
34
31
- name: Restrict Symfony version
35
32
if: matrix.symfony != ''
36
33
run: |
+ composer global config --no-plugins allow-plugins.symfony/flex true
37
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.11"
38
composer config extra.symfony.require "${{ matrix.symfony }}"
39
0 commit comments