Skip to content

Commit

Permalink
Add PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Delbruyère committed Jan 18, 2021
1 parent fcb875f commit 0df0770
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@ jobs:
steps:
- prepare
- run-unit-tests
php_8_0:
docker:
- image: circleci/php:8.0
steps:
- prepare
- run-unit-tests

#Each workflow represents a Github check
workflows:
build-and-test:
jobs:
- php_7_3
- php_7_4
- php_8_0

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 | ^8.0",
"symfony/framework-bundle": "^4.4 || ~5.1",
"auth0/auth0-php": "^7.6"
},
Expand Down

0 comments on commit 0df0770

Please sign in to comment.