Skip to content

Commit

Permalink
ci: add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jan 8, 2025
1 parent 9612430 commit bb43b20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
laravel: [10.*]
php: [8.4, 8.3]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
Expand Down

0 comments on commit bb43b20

Please sign in to comment.