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.
1 parent 42fc40c commit bdc76bfCopy full SHA for bdc76bf
.github/workflows/code-quality.yml
@@ -60,11 +60,11 @@ jobs:
60
61
- name: Install dependencies
62
run: composer install --prefer-dist --dev
63
- if: matrix-php-versions != 8.5
+ if: matrix.php-versions != 8.5
64
65
- name: Update dependencies (PHP 8.5 RC)
66
run: composer update --dev
67
- if: matrix-php-versions == 8.5
+ if: matrix.php-versions == 8.5
68
69
- name: Build Vite manifest
70
run: |
0 commit comments