Skip to content

Commit 99ae3e7

Browse files
Decrease PHP version requirement because of issues in PHP-CS-Fixer
1 parent 0463af4 commit 99ae3e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/analyse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ "8.2" ]
16+
php-version: [ "8.1" ]
1717

1818
env:
1919
COMPOSER_VERSION: 2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ "8.2" ]
16+
php-version: [ "8.1" ]
1717

1818
env:
1919
COMPOSER_VERSION: 2

0 commit comments

Comments
 (0)