From e4ee6724047de30f054a579d56121347f8fcf56e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 31 Jan 2023 14:52:28 +0100 Subject: [PATCH] github actions: add tests for PHP 8.2 - ref. https://github.com/shaarli/Shaarli/pull/1928 --- .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 1d64bc02..d9c70809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] name: PHP ${{ matrix.php-versions }} steps: - name: Set locales