Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge 6bdb801 into 86dc624
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-renaud-tilte committed Feb 1, 2021
2 parents 86dc624 + 6bdb801 commit be0cc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["7.2", "7.3", "7.4"]
php-version: ["7.2", "7.3", "7.4", "8.0"]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 | ^8.0",
"intouch/newrelic": "^1.0",
"illuminate/support": "^5.5 | ^6.0 | ^7.0 | ^8.0",
"nordsoftware/lumen-chained-exception-handler": "^2.0"
Expand Down

0 comments on commit be0cc6a

Please sign in to comment.