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 8777ef9 + 2ec0e72 commit 9f0d1a8Copy full SHA for 9f0d1a8
.github/workflows/tests.yml
@@ -11,14 +11,23 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php-version:
15
- - "7.3"
16
- - "7.4"
17
- - "8.0"
18
- - "8.1"
19
- composer-flags:
20
- - ""
21
- - " --prefer-lowest"
+ include:
+ - php-version: "7.3"
+ composer-flags: ""
+ composer-flags: " --prefer-lowest"
+ - php-version: "7.4"
22
23
+ - php-version: "8.0"
24
25
26
27
+ - php-version: "8.1"
28
29
30
31
32
steps:
33
- name: "Checkout"
0 commit comments