From 9c75ca5f1f65352b485e42d9d3dd423185656866 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 29 Jun 2023 22:43:43 +0200 Subject: [PATCH] bump php versions --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 3d6a706..28ca657 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['8.1', '8.2'] name: Linting - PHP ${{ matrix.php }} steps: