From ec22ad27dead47093f0944f5e651df4b12846f5a Mon Sep 17 00:00:00 2001 From: Hassan Amouhzi Date: Tue, 30 Nov 2021 21:19:35 +0100 Subject: [PATCH] Run tests on php 8.1 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d7ba73..008292a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] steps: ## checkout the repoistory ยง - name: Checkout Repo @@ -56,4 +56,4 @@ jobs: chmod +x ./cc-test-reporter ./cc-test-reporter after-build -t clover if: matrix.php == '7.1' - continue-on-error: true # if is fork \ No newline at end of file + continue-on-error: true # if is fork