From 33213e2eac191de9324abdb74d8ac14244b74d4f Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Thu, 27 Jan 2022 12:13:41 +0200 Subject: [PATCH] Add testing on the newest PHP 8.1 to the CI config --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e54b88..10f239e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] strategy: [ 'highest' ] sf_version: [''] include: @@ -43,4 +43,3 @@ jobs: - name: Run tests run: ./vendor/bin/simple-phpunit -