Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Oct 17, 2024
1 parent 163130b commit ed8699c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:

strategy:
matrix:
php: [8.2, 8.3]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}
},
"require": {
"php": "^8.2.0",
"php": "^8.1.0",
"laravel/framework": "^9.36 || ^10.0 || ^11.0"
},
"require-dev": {
"orchestra/testbench": "*",
"laravel/pint": "^1.4",
"brianium/paratest": "*",
"pestphp/pest": "^3.3"
"pestphp/pest": "^2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit ed8699c

Please sign in to comment.