Skip to content

Commit b490977

Browse files
Merge pull request #152 from neo4j-php/151-new-php84
Added to workflows
2 parents 0b9b4d6 + bbe2a89 commit b490977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/db.44.2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
neo4j-version: ['4.4']
17-
php-version: ['8.1', '8.2', '8.3']
17+
php-version: ['8.1', '8.2', '8.3', '8.4']
1818

1919
services:
2020
neo4j:

.github/workflows/db.50.2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
neo4j-version: ['5.4', '5.6', '5.8', '5.12', '5.13', '5.23']
17-
php-version: ['8.1', '8.2', '8.3']
17+
php-version: ['8.1', '8.2', '8.3', '8.4']
1818

1919
services:
2020
neo4j:

.github/workflows/no-db.2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['8.1', '8.2', '8.3']
16+
php-version: ['8.1', '8.2', '8.3', '8.4']
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)