From 2b7f96583d558be878ad53beca6f4a0790297346 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Mon, 20 Jul 2020 21:27:58 +0200 Subject: [PATCH] Enable php8 in build matrix --- .github/workflows/push.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6b3257f..00f072a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -64,17 +64,13 @@ jobs: phpunit: name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }} - continue-on-error: ${{ matrix.php-versions == '8.0' }} strategy: matrix: operating-system: - ubuntu-latest - windows-latest - macOS-latest - php-versions: ['7.2', '7.3', '7.4'] - include: - - operating-system: ubuntu-latest - php-versions: '8.0' + php-versions: ['7.2', '7.3', '7.4', '8.0'] env: extensions: mbstring key: cache-v1 # can be any string, change to clear the extension cache.