Skip to content

Commit

Permalink
bump to php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Matteo Staack committed Mar 16, 2022
1 parent 0f6c8da commit e9b3d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.0, 7.4]
laravel: [8.*, 7.*]
php: [8.1, 8.0]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"astrotomic/laravel-guzzle": "^2.1",
"illuminate/cache": "^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
"illuminate/cache": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"orchestra/testbench": "^6.0 || ^7.0",
"phpunit/phpunit": "^9.3"
},
"config": {
Expand Down

0 comments on commit e9b3d49

Please sign in to comment.