Skip to content

Commit ecdb2cf

Browse files
committed
wip
1 parent 440c75f commit ecdb2cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['8.3', '8.2', '8.1', '8.0']
18+
php: ['8.4', '8.3', '8.2', '8.1', '8.0']
1919
laravel: ['8.*', '9.*', '10.*', '12.*']
2020
dependency-version: [prefer-stable]
2121
exclude:
@@ -92,7 +92,7 @@ jobs:
9292
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
9393
9494
- name: Install dependencies
95-
if: "matrix.laravel == '11.*' && matrix.php == '8.3'"
95+
if: "matrix.laravel == '11.*' && matrix.php == '8.3'" || "matrix.laravel == '12.*' && matrix.php == '8.3'"
9696
run: |
9797
composer require "laravel/framework:11.*" "orchestra/testbench:9.*" --no-interaction --no-update --dev
9898
composer update --prefer-stable --prefer-dist --no-interaction

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ All generated vouchers can only be redeemed once. If a user tries to redeem a vo
251251
If a user tries to redeem an expired voucher code, the package will throw the following exception: `BeyondCode\Vouchers\Exceptions\VoucherExpired`.
252252

253253

254-
### Testing
254+
## Testing
255255

256256
``` bash
257257
composer test

0 commit comments

Comments
 (0)