From ce90fe129df166c24c6c05dd7b72da12bf47fb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 26 Nov 2024 10:26:14 +0100 Subject: [PATCH] Run code style check with PHP 8.1 --- .github/workflows/code_style_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_style_check.yaml b/.github/workflows/code_style_check.yaml index 361534a4..c89dc858 100644 --- a/.github/workflows/code_style_check.yaml +++ b/.github/workflows/code_style_check.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: - php-version: 7.3 + php-version: 8.1 coverage: none # disable xdebug, pcov - run: composer install --no-progress # fix code style, automatically