Skip to content

Commit 3871524

Browse files
committed
CI: use PHP 8.4 as a default
1 parent 8a13fb3 commit 3871524

2 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
include:
3737
- operating-system: "ubuntu-latest"
38-
php-version: "8.3"
38+
php-version: "8.4"
3939

4040
steps:
4141
- name: "Checkout"
@@ -68,7 +68,7 @@ jobs:
6868
matrix:
6969
include:
7070
- operating-system: "ubuntu-latest"
71-
php-version: "8.3"
71+
php-version: "8.4"
7272

7373
steps:
7474
- name: "Checkout"
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
operating-system: [ "ubuntu-latest" ]
104-
php-version: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
104+
php-version: [ "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
105105
php-extensions: [ "fileinfo, intl, json, mbstring, sodium, ssh2" ]
106106
composer-flags: [ "" ]
107107
experimental: [ false ]
@@ -111,24 +111,19 @@ jobs:
111111
php-extensions: "fileinfo, intl, json, mbstring, sodium, ssh2"
112112
composer-flags: "--prefer-lowest --prefer-stable"
113113
experimental: false
114-
- operating-system: "ubuntu-latest"
115-
php-version: "8.4"
116-
php-extensions: "fileinfo, intl, json, mbstring, sodium, ssh2"
117-
composer-flags: "--ignore-platform-req=php+"
118-
experimental: true
119114
- operating-system: "macos-latest"
120-
php-version: "8.3"
115+
php-version: "8.4"
121116
php-extensions: "fileinfo, intl, json, mbstring, sodium, ssh2"
122117
composer-flags: ""
123118
experimental: false
124119
- operating-system: "windows-latest"
125-
php-version: "8.3"
120+
php-version: "8.4"
126121
php-extensions: "fileinfo, intl, json, mbstring, sodium, ssh2"
127122
composer-flags: ""
128123
experimental: false
129124
# No intl
130125
- operating-system: "ubuntu-latest"
131-
php-version: "8.3"
126+
php-version: "8.4"
132127
php-extensions: "fileinfo, json, mbstring, sodium, ssh2"
133128
composer-flags: ""
134129
experimental: false
@@ -182,7 +177,7 @@ jobs:
182177
matrix:
183178
include:
184179
- operating-system: "ubuntu-latest"
185-
php-version: "8.3"
180+
php-version: "8.4"
186181

187182
steps:
188183
- name: "Coveralls"
@@ -202,7 +197,7 @@ jobs:
202197
matrix:
203198
include:
204199
- operating-system: "ubuntu-latest"
205-
php-version: "8.3"
200+
php-version: "8.4"
206201

207202
steps:
208203
- name: "Checkout"

tools/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ includes:
33
- phpstan.baseline.neon
44

55
parameters:
6-
phpVersion: 80300
6+
phpVersion: 80400
77
level: 8
88
tmpDir: ../var/tools/PHPStan
99
resultCachePath: %currentWorkingDirectory%/var/tools/PHPStan/resultCache.php

0 commit comments

Comments
 (0)