Skip to content

Commit

Permalink
🚨 bacon has multiple versions now
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Apr 19, 2024
1 parent dfc1124 commit 028867d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php-version: ['8.2', '8.3']
bacon-version: ['^2', '^3']

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

- uses: ramsey/composer-install@v2

- run: composer require bacon/bacon-qr-code
- run: composer require bacon/bacon-qr-code:${{ matrix.bacon-version }}

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

0 comments on commit 028867d

Please sign in to comment.