Skip to content

Commit

Permalink
Support PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Apr 30, 2022
1 parent bf5fe74 commit bcb6ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3, 7.2]
database: [mysql, pgsql, sqlite, sqlsrv]
release: [stable, lowest]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2.5|^8.0",
"illuminate/database": "^6.0",
"staudenmeir/laravel-cte": "^1.2"
},
Expand Down

0 comments on commit bcb6ce8

Please sign in to comment.