Skip to content

Commit 378e1b1

Browse files
Merge pull request #81 from neo4j-php/php8.2-pipeline
Add PHP 8.2 to the pipeline
2 parents 7cde362 + 0463af4 commit 378e1b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1" ]
16+
php-version: [ "8.2" ]
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.1" ]
16+
php-version: [ "8.2" ]
1717

1818
env:
1919
COMPOSER_VERSION: 2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

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

1818
env:
1919
COMPOSER_VERSION: 2
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
neo4j-version: [ "4.2", "4.3", "4.4" ]
57-
php-version: [ "7.4", "8.0", "8.1" ]
57+
php-version: [ "7.4", "8.0", "8.1", "8.2" ]
5858

5959
services:
6060
neo4j:

0 commit comments

Comments
 (0)