From 85d411943c354fb918d2193bd5468507d19f856c Mon Sep 17 00:00:00 2001 From: Aidan Casey Date: Fri, 11 Dec 2020 15:44:23 -0500 Subject: [PATCH] Added PHP 8 to tests --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a19109d..25fbb77 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 7.3] + php: [8.0, 7.4, 7.3] laravel: [8.*, 7.*, 6.*] dependency-version: [prefer-lowest, prefer-stable] include: @@ -48,4 +48,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit