We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a89a2 commit 7587a5eCopy full SHA for 7587a5e
1 file changed
.github/workflows/ci.yml
@@ -29,8 +29,6 @@ jobs:
29
fail-fast: true
30
matrix:
31
php-version:
32
- - "8.2"
33
- - "8.3"
34
- "8.4"
35
- "8.5"
36
@@ -74,8 +72,6 @@ jobs:
74
72
- ubuntu-latest
75
73
- windows-latest
76
77
78
79
80
81
@@ -123,7 +119,7 @@ jobs:
123
119
- name: "Install PHP"
124
120
uses: shivammathur/setup-php@v2
125
121
with:
126
- php-version: "8.4"
122
+ php-version: "8.5"
127
extensions: ${{ env.PHP_EXTENSIONS }}
128
ini-values: ${{ env.PHP_INI_VALUES }}
129
coverage: none
@@ -152,7 +148,7 @@ jobs:
152
148
153
149
154
150
155
151
156
157
158
0 commit comments