From 0ba779f8ae88a5f06965ca6237c0f4377cf4f4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 3 Aug 2023 19:52:29 +0200 Subject: [PATCH] Add PHP 8.2 to GitHub Actions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3fee8c..f7a93fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" steps: - uses: actions/checkout@v2