Skip to content

Commit c832eea

Browse files
removed php 8.1 from ci and added 8.5
1 parent 705b5ee commit c832eea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/neo4j.2025.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
neo4j-version: ['2025.09', '2025']
15-
php-version: ['8.1', '8.2', '8.3', '8.4']
15+
php-version: ['8.2', '8.3', '8.4', '8.5']
1616

1717
services:
1818
neo4j:

.github/workflows/neo4j.4.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
neo4j-version: ['4.4']
15-
php-version: ['8.1', '8.2', '8.3', '8.4']
15+
php-version: ['8.2', '8.3', '8.4', '8.5']
1616

1717
services:
1818
neo4j:

.github/workflows/neo4j.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
neo4j-version: ['5.4', '5.6', '5.8', '5.12', '5.22', '5.25', '5.26']
15-
php-version: ['8.1', '8.2', '8.3', '8.4']
15+
php-version: ['8.2', '8.3', '8.4', '8.5']
1616

1717
services:
1818
neo4j:

.github/workflows/no-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: ['8.1', '8.2', '8.3', '8.4']
14+
php-version: ['8.2', '8.3', '8.4', '8.5']
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)