Remove 8.0 tests

This commit is contained in:
Dennis Eichhorn 2020-05-22 14:53:56 +02:00 committed by GitHub
parent 123bcc0559
commit 61dada268a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4']
steps:
- name: Checkout Repository
uses: actions/checkout@master