From cd5e32cd57b1ddafe23a26bc3c0939b4e4e720af Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 9 Oct 2022 15:22:53 +0545 Subject: [PATCH] PHP 8.2 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e2b87c962..3f1966c715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] + php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] coverage: [ 'xdebug' ] streaming: [ false ] include: