From 22b6a9dae5852780b5104165934696e302d0decb Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Thu, 14 Sep 2023 23:30:26 +0200 Subject: [PATCH] use supported versions during github actions --- .github/workflows/code_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 19c02cc..61339f3 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['8.1', '8.2'] name: PHP ${{ matrix.php }} tests steps: