Skip to content

Commit dafd40a

Browse files
removed eol php 8.0 and added new 8.3 (#126)
1 parent 9ea1b55 commit dafd40a

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.0', '8.1', '8.2']
17+
php-version: ['8.1', '8.2', '8.3']
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']
17-
php-version: ['8.0', '8.1', '8.2']
17+
php-version: ['8.1', '8.2', '8.3']
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.0', '8.1', '8.2']
16+
php-version: ['8.1', '8.2', '8.3']
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)