We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791f2b2 commit 120c695Copy full SHA for 120c695
.github/workflows/tests.yml
@@ -15,10 +15,10 @@ jobs:
15
composer-flags: [""]
16
include:
17
- php: "5.6"
18
- composer-flags: "--prefer-lowest"
+ composer-flags: "--prefer-lowest "
19
- php: "8.0"
20
21
- name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }} Unit Test
+ name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }}Unit Test
22
steps:
23
- uses: actions/checkout@v2
24
- name: Setup PHP
0 commit comments