Skip to content

Commit

Permalink
run test suite with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Dec 2, 2020
1 parent d973a00 commit 59dfec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:

- &install_dependencies
name: Install Composer dependencies
command: COMPOSER_MEMORY_LIMIT=-1 composer require "illuminate/contracts=<<parameters.laravel>>" --dev --prefer-dist --no-interaction --no-suggest
command: COMPOSER_MEMORY_LIMIT=-1 composer require "illuminate/contracts=<<parameters.laravel>>" --dev --prefer-dist --no-interaction

- &save_cache
name: save Composer cache
Expand Down Expand Up @@ -79,5 +79,5 @@ workflows:
- test:
matrix:
parameters:
version: ['7.3', '7.4']
version: ['7.3', '7.4', '8.0']
laravel: ['^6.0', '^7.0', '^8.0']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"ext-json": "*",
"algolia/algoliasearch-client-php": "^2.5.1",
"illuminate/console": "^6.0|^7.0|^8.0",
Expand Down

0 comments on commit 59dfec3

Please sign in to comment.