Skip to content

Commit 836d96f

Browse files
committed
minor #923 Add PHP v8.5 on CI pipeline (chr-hertel)
This PR was merged into the main branch. Discussion ---------- Add PHP v8.5 on CI pipeline | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- c857863 Add PHP v8.5 on CI pipeline
2 parents 10a700c + c857863 commit 836d96f

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)