From 4592df2f40ef0673a1e8d6a382bf5f90f1d46d87 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 28 Nov 2022 23:36:27 +0100 Subject: [PATCH] Add PHP 8.2 to CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c0e8ae..fd976fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1'] + php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] include: - php: '7.4' deps: lowest deprecations: max[self]=0 - - php: '8.0' + - php: '8.1' deps: highest deprecations: max[indirect]=5