Skip to content

Commit da30908

Browse files
PHP 8.5 compatibility (#68)
1 parent 6eb1e9d commit da30908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.3, 8.4]
15+
php: [8.3, 8.4, 8.5]
1616
laravel: [12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Execute tests (Payments)
5959
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'
60+
if: steps.should-run-payment-tests.outputs.result == 'true' && matrix.php == 8.5 && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable'
6161
env:
6262
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}
6363
STRIPE_SECRET: ${{ secrets.STRIPE_SECRET }}

0 commit comments

Comments
 (0)