Skip to content

Commit ec35073

Browse files
committed
🔧 test all endroid versions we can care about
1 parent 13a5601 commit ec35073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-endroid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-version: ['8.1', '8.2']
14-
endroid-version: ["^4"]
14+
endroid-version: ["^3","^4","^5"]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: ramsey/composer-install@v2
2727

28-
- run: composer require endroid/qrcode:${{ matrix.endroid-version }}
28+
- run: composer require endroid/qrcode:${{ matrix.endroid-version }} -W
2929

3030
- run: composer lint-ci
3131
- run: composer test testsDependency/EndroidQRCodeTest.php

0 commit comments

Comments
 (0)