From 75073a78628e8cdfc63475c019a73e5e4dbfe882 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Dec 2022 07:44:20 +1100 Subject: [PATCH] Update for github actions - add PHP 8.2 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d662e4d2da5c..46bc8ae28a59 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] - php-versions: ['8.1.11'] + php-versions: ['8.1','8.2'] phpunit-versions: ['latest'] env: