Skip to content

Commit 7587a5e

Browse files
committed
:octocat:
1 parent d6a89a2 commit 7587a5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
fail-fast: true
3030
matrix:
3131
php-version:
32-
- "8.2"
33-
- "8.3"
3432
- "8.4"
3533
- "8.5"
3634

@@ -74,8 +72,6 @@ jobs:
7472
- ubuntu-latest
7573
- windows-latest
7674
php-version:
77-
- "8.2"
78-
- "8.3"
7975
- "8.4"
8076
- "8.5"
8177

@@ -123,7 +119,7 @@ jobs:
123119
- name: "Install PHP"
124120
uses: shivammathur/setup-php@v2
125121
with:
126-
php-version: "8.4"
122+
php-version: "8.5"
127123
extensions: ${{ env.PHP_EXTENSIONS }}
128124
ini-values: ${{ env.PHP_INI_VALUES }}
129125
coverage: none
@@ -152,7 +148,7 @@ jobs:
152148
- name: "Install PHP"
153149
uses: shivammathur/setup-php@v2
154150
with:
155-
php-version: "8.4"
151+
php-version: "8.5"
156152
extensions: ${{ env.PHP_EXTENSIONS }}
157153
ini-values: ${{ env.PHP_INI_VALUES }}
158154
coverage: none

0 commit comments

Comments
 (0)