From 8e5fd54ddb0c881650eb74b00cb4ab76e0aae88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= <duesterhus@woltlab.com> Date: Tue, 26 Jul 2022 14:15:33 +0200 Subject: [PATCH] Add PHP 8.2 to ci.yml --- .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 ad1a48d..43dfe56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] phpunit-versions: ['latest'] steps: - name: Checkout -- GitLab