From 7ae0ffcb94bf07bda1829f3c4f425fe07781cd3d Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 25 Feb 2023 14:18:55 +0100 Subject: [PATCH] ci: add PHP 8.2 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5cea24..3d352e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '5.6', '7.4', '8.0', '8.1' ] + php: [ '5.6', '7.4', '8.0', '8.1', '8.2' ] steps: - name: Checkout uses: actions/checkout@v3