Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vlados committed May 17, 2024
1 parent 39749bd commit 44edd6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1 ]
laravel: [ 9.* ]
php: [ 8.2 ]
laravel: [ 10.*,11.* ]
stability: [ prefer-stable ]
include:
- laravel: 9.*
- laravel: 10.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0|^10.0",
"spatie/laravel-model-info": "^1.4",
"spatie/laravel-package-tools": "^1.9.2",
"spatie/laravel-translatable": "^6.0"
"illuminate/contracts": "^9.0|^10.0|^11.0",
"spatie/laravel-model-info": "^1.4|^2.0",
"spatie/laravel-package-tools": "^1.9.2|^2.0",
"spatie/laravel-translatable": "^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 44edd6c

Please sign in to comment.