From 36b7c91442303a7e8bfedce50622d6b8080979cf Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Tue, 30 Jan 2024 10:40:58 +0100 Subject: [PATCH] Update code_style.yml --- .github/workflows/code_style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 497655f..c60e5d6 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, macos-latest] - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v2 - name: Setup PHP