Skip to content

Commit 5d73fd6

Browse files
authored
Update phpunits.yaml
1 parent db9d7a6 commit 5d73fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: [8.0, 8.1, 8.2]
21+
php-versions: ['8.0', 8.1, 8.2]
2222
databases: [testing, pgsql, mysql, mariadb]
2323
caches: [array, redis, memcached]
2424

@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ matrix.php-versions != '8.2' }}
119119

120120
- name: Install dependencies (ignore)
121-
id: composer-dependencies
121+
id: composer-dependencies-ignore
122122
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
123123
if: ${{ matrix.php-versions == '8.2' }}
124124

0 commit comments

Comments
 (0)