From 2e4788498c3b19aa31538af70df1a59ef2b544de Mon Sep 17 00:00:00 2001 From: HypeMC Date: Sun, 28 Nov 2021 01:35:45 +0100 Subject: [PATCH] Add PHP 8.1 to CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a75f605..54656a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,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' ] symfony: [ '4.4', '5.2', '5.3' ] dependencies: [ 'highest', 'lowest' ] env: