We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb1e9d commit da30908Copy full SHA for da30908
.github/workflows/tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.3, 8.4]
+ php: [8.3, 8.4, 8.5]
16
laravel: [12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Execute tests (Payments)
59
run: vendor/bin/phpunit --group=payments
60
- if: steps.should-run-payment-tests.outputs.result == 'true' && matrix.php == 8.4 && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable'
+ if: steps.should-run-payment-tests.outputs.result == 'true' && matrix.php == 8.5 && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable'
61
env:
62
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}
63
STRIPE_SECRET: ${{ secrets.STRIPE_SECRET }}
0 commit comments