We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6462f commit 9808af2Copy full SHA for 9808af2
.github/workflows/CI.yaml
@@ -101,6 +101,8 @@ jobs:
101
dependencies: 'high'
102
- php-version: '8.4'
103
104
+ - php-version: '8.5'
105
+ dependencies: 'high'
106
fail-fast: false
107
steps:
108
- name: "Git: Checkout"
@@ -159,10 +161,10 @@ jobs:
159
161
160
162
- uses: actions/checkout@v4
163
- - name: "PHP: setup (8.4)"
164
+ - name: "PHP: setup (8.5)"
165
uses: shivammathur/setup-php@v2
166
with:
- php-version: 8.4
167
+ php-version: 8.5
168
tools: symfony-cli
169
170
- name: "[Composer] Install dependencies"
0 commit comments