Skip to content

Commit abf28b6

Browse files
Merge pull request #82 from neo4j-php/php8.2-pipeline
Restore PHP 8.1 as the version for PHPStan and PHP-CS-Fixer
2 parents 378e1b1 + 99ae3e7 commit abf28b6

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)