Skip to content

Commit c71eb06

Browse files
Merge pull request #208 from CPS-IT/task/php-version
[TASK] Use PHP 8.1 in CGL workflow
2 parents bc243a6 + 9b1b55e commit c71eb06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cgl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
# @todo Use PHP 8.4 once PHP-CS-Fixer supports PHP 8.4
23-
php-version: 8.3
22+
# We use the minimum supported PHP version
23+
php-version: 8.1
2424
tools: composer:v2, composer-require-checker, composer-unused
2525
coverage: none
2626

0 commit comments

Comments
 (0)