Skip to content

Commit 262d4f7

Browse files
committed
ci: Bump lint-php-cs job to PHP 8.2
Signed-off-by: Carl Schwan <[email protected]>
1 parent d4356e6 commit 262d4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-php-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up php8.1
5656
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
5757
with:
58-
php-version: 8.1
58+
php-version: 8.2
5959
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
6060
coverage: none
6161
ini-file: development

lib/public/ServerVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @since 31.0.0
1616
*/
1717
#[Consumable(since: '31.0.0')]
18-
readonly class ServerVersion {
18+
class ServerVersion {
1919

2020
/** @var int[] */
2121
private array $version;

0 commit comments

Comments
 (0)