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 13a5601 commit ec35073Copy full SHA for ec35073
1 file changed
.github/workflows/test-endroid.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php-version: ['8.1', '8.2']
14
- endroid-version: ["^4"]
+ endroid-version: ["^3","^4","^5"]
15
16
steps:
17
- uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: ramsey/composer-install@v2
27
28
- - run: composer require endroid/qrcode:${{ matrix.endroid-version }}
+ - run: composer require endroid/qrcode:${{ matrix.endroid-version }} -W
29
30
- run: composer lint-ci
31
- run: composer test testsDependency/EndroidQRCodeTest.php
0 commit comments