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 db9d7a6 commit 5d73fd6Copy full SHA for 5d73fd6
.github/workflows/phpunits.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
strategy:
20
matrix:
21
- php-versions: [8.0, 8.1, 8.2]
+ php-versions: ['8.0', 8.1, 8.2]
22
databases: [testing, pgsql, mysql, mariadb]
23
caches: [array, redis, memcached]
24
@@ -118,7 +118,7 @@ jobs:
118
if: ${{ matrix.php-versions != '8.2' }}
119
120
- name: Install dependencies (ignore)
121
- id: composer-dependencies
+ id: composer-dependencies-ignore
122
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
123
if: ${{ matrix.php-versions == '8.2' }}
124
0 commit comments