We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7f1b8 commit 9ef3ebcCopy full SHA for 9ef3ebc
1 file changed
.github/workflows/tests2.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install dependencies
41
run: |
42
- if [ ${{ matrix.php == 'nightly' }} ]; then
+ if [[ "${{ matrix.php }}" == 'nightly' ]]; then
43
composer update --no-interaction --ignore-platform-reqs
44
else
45
composer update --no-interaction
0 commit comments