Skip to content

Commit 9808af2

Browse files
authored
Add PHP 8.5 to CI workflow (#36)
Signed-off-by: Simon André <[email protected]>
1 parent cf6462f commit 9808af2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
dependencies: 'high'
102102
- php-version: '8.4'
103103
dependencies: 'high'
104+
- php-version: '8.5'
105+
dependencies: 'high'
104106
fail-fast: false
105107
steps:
106108
- name: "Git: Checkout"
@@ -159,10 +161,10 @@ jobs:
159161
steps:
160162
- uses: actions/checkout@v4
161163

162-
- name: "PHP: setup (8.4)"
164+
- name: "PHP: setup (8.5)"
163165
uses: shivammathur/setup-php@v2
164166
with:
165-
php-version: 8.4
167+
php-version: 8.5
166168
tools: symfony-cli
167169

168170
- name: "[Composer] Install dependencies"

0 commit comments

Comments
 (0)