Skip to content

Commit 9ef3ebc

Browse files
committed
Change
1 parent 8d7f1b8 commit 9ef3ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install dependencies
4141
run: |
42-
if [ ${{ matrix.php == 'nightly' }} ]; then
42+
if [[ "${{ matrix.php }}" == 'nightly' ]]; then
4343
composer update --no-interaction --ignore-platform-reqs
4444
else
4545
composer update --no-interaction

0 commit comments

Comments
 (0)