Skip to content

Commit 660d6a4

Browse files
committed
matrix composer install option
1 parent 9bc71be commit 660d6a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
php: ['8.1', '8.2']
11+
include:
12+
- php: '8.2'
13+
option: '--ignore-platform-req=php+'
1114
services:
1215
db:
1316
image: mysql:8.0.23
@@ -27,6 +30,6 @@ jobs:
2730
tools: composer:v2
2831
extensions: mbstring, dom, fileinfo, pdo, pcntl
2932
coverage: none
30-
- run: composer install
33+
- run: composer install ${{ matrix.option }}
3134
- name: run test
3235
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)