Skip to content

Commit 028867d

Browse files
committed
🚨 bacon has multiple versions now
1 parent dfc1124 commit 028867d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-bacon.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-version: ['8.2', '8.3']
14+
bacon-version: ['^2', '^3']
1415

1516
steps:
1617
- uses: actions/checkout@v4
@@ -24,7 +25,7 @@ jobs:
2425

2526
- uses: ramsey/composer-install@v2
2627

27-
- run: composer require bacon/bacon-qr-code
28+
- run: composer require bacon/bacon-qr-code:${{ matrix.bacon-version }}
2829

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

0 commit comments

Comments
 (0)