Skip to content

Commit e4f1065

Browse files
authored
remove --ignore-platform-req=php+
1 parent 3778210 commit e4f1065

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
php: ['8.1', '8.2']
11-
include:
12-
- php: '8.2'
13-
option: '--ignore-platform-req=php+'
1411
services:
1512
db:
1613
image: mysql:8.0.23
@@ -31,6 +28,6 @@ jobs:
3128
tools: composer:v2
3229
extensions: mbstring, dom, fileinfo, pdo, pcntl
3330
coverage: none
34-
- run: composer install ${{ matrix.option }}
31+
- run: composer install
3532
- name: run test
3633
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)