Skip to content

Commit 941b979

Browse files
committed
:octocat: CI update
1 parent d8ccc24 commit 941b979

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
php-version:
24-
- "7.4"
25-
- "8.0"
26-
- "8.1"
2724
- "8.2"
2825
- "8.3"
2926

@@ -62,9 +59,6 @@ jobs:
6259
- ubuntu-latest
6360
- windows-latest
6461
php-version:
65-
- "7.4"
66-
- "8.0"
67-
- "8.1"
6862
- "8.2"
6963
- "8.3"
7064

@@ -110,7 +104,7 @@ jobs:
110104
- name: "Install PHP"
111105
uses: shivammathur/setup-php@v2
112106
with:
113-
php-version: "8.1"
107+
php-version: "8.2"
114108
coverage: none
115109
tools: phpDocumentor
116110
extensions: fileinfo, gd, imagick, json, mbstring
@@ -138,7 +132,7 @@ jobs:
138132
- name: "Install PHP"
139133
uses: shivammathur/setup-php@v2
140134
with:
141-
php-version: "8.1"
135+
php-version: "8.2"
142136
coverage: none
143137

144138
- name: "Install Sphinx"

0 commit comments

Comments
 (0)