Skip to content

Commit

Permalink
🔧 test all endroid versions we can care about
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Nov 14, 2023
1 parent 13a5601 commit ec35073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-endroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2']
endroid-version: ["^4"]
endroid-version: ["^3","^4","^5"]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:

- uses: ramsey/composer-install@v2

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

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

0 comments on commit ec35073

Please sign in to comment.