Skip to content

Commit c857863

Browse files
committed
Add PHP v8.5 on CI pipeline
1 parent ebc8b8d commit c857863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-version: ['8.2', '8.3', '8.4']
26+
php-version: ['8.2', '8.3', '8.4', '8.5']
2727
dependency-version: ['']
2828
symfony-version: ['']
2929
include:

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-version: ['8.2', '8.3', '8.4']
26+
php-version: ['8.2', '8.3', '8.4', '8.5']
2727
dependency-version: ['']
2828
symfony-version: ['']
2929
include:

0 commit comments

Comments
 (0)