Skip to content

Commit

Permalink
Add L12 and 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Mar 1, 2025
1 parent ba10b70 commit 5bd7485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*, 12.*]
stability: [prefer-stable]
include:
- laravel: 10.*
Expand All @@ -19,6 +19,9 @@ jobs:
- laravel: 11.*
testbench: 9.*
carbon: ^2.72
- laravel: 12.*
testbench: 10.*
carbon: ^3.8.4

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"orchestra/testbench": "^8.8|^9.0",
"orchestra/testbench": "^8.8|^9.0|^10.0",
"larastan/larastan": "^2.9",
"pestphp/pest": "^2.20"
},
Expand Down

0 comments on commit 5bd7485

Please sign in to comment.