Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 13, 2022
1 parent 8556aa9 commit f7bca39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.0]
laravel: [8.76.1]
laravel: [9.*, 8.76.1]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^8.76.1",
"illuminate/support": "^8.0"
"illuminate/database": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.23",
"spatie/laravel-translatable": "^4.6",
"orchestra/testbench": "^6.23|^7.0",
"spatie/laravel-translatable": "^5.0",
"friendsofphp/php-cs-fixer": "^2.18",
"phpunit/phpunit": "^9.5.1"
},
Expand Down
Binary file modified tests/temp/database.sqlite
Binary file not shown.

0 comments on commit f7bca39

Please sign in to comment.