Skip to content

Commit

Permalink
Update php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tutNichts committed Dec 10, 2020
1 parent 6a4f4f0 commit 3c5ff54
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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:
os: [ubuntu-latest]
php: [8.0, 7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ docs
vendor
coverage
.php_cs.cache
.phpunit.result.cache
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.18|^7.0|^8.0",
"spatie/server-side-rendering": "^0.2"
"spatie/server-side-rendering": "^0.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
Expand Down

0 comments on commit 3c5ff54

Please sign in to comment.