Remove PHP 8.0 from the build matrix

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2020-08-27 19:22:13 +02:00
parent 80ff37ca7f
commit a65980ca45
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -15,17 +15,12 @@ jobs:
name: Tests
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
experimental: [false]
include:
- php-version: 8.0
experimental: true
steps:
- name: Checkout