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:
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user