ci(PHP 8.0): add CI processes for PHP 8.0

CI environment for the PHP 8.0 should be implemented.

Closes #2863
This commit is contained in:
Pavel Savushkin
2021-03-12 03:38:25 +02:00
parent fd203fba04
commit f3816a99ab
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["7.1", "7.2", "7.3", "7.4"]
php_version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
service: [php-fpm, php-worker, workspace, laravel-horizon]
steps:
- uses: actions/checkout@v2