Skip to content

Commit adbe92d

Browse files
committed
fix(ci): update packages, fix psalm and php-cs
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent a871910 commit adbe92d

31 files changed

+1884
-3490
lines changed

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
php-versions: ["7.4", "8.0", "8.1"]
44+
php-versions: ["8.1", "8.2"]
4545

4646
name: php-lint
4747

@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up php ${{ matrix.php-versions }}
7070
uses: shivammathur/setup-php@v2
7171
with:
72-
php-version: 7.4
72+
php-version: 8.1
7373
coverage: none
7474

7575
- name: Install dependencies
@@ -82,8 +82,8 @@ jobs:
8282
runs-on: ubuntu-latest
8383
strategy:
8484
matrix:
85-
php-versions: ["7.4", "8.0", "8.1"]
86-
ocp-version: ['v24.0.1']
85+
php-versions: ["8.1", "8.2"]
86+
ocp-version: ['dev-master']
8787
name: php-psalm-analysis
8888

8989
steps:

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require-dev": {
1919
"nextcloud/ocp": "dev-master",
2020
"roave/security-advisories": "dev-master",
21-
"psalm/phar": "4.30.0",
21+
"psalm/phar": "^5.15",
2222
"phpunit/phpunit": "^9.5",
23-
"nextcloud/coding-standard": "^1.0",
24-
"friendsofphp/php-cs-fixer": "^3.13",
23+
"nextcloud/coding-standard": "^1.1",
24+
"friendsofphp/php-cs-fixer": "^3.16",
2525
"php-mock/php-mock-phpunit": "^2.6"
2626
},
2727
"scripts": {
@@ -42,7 +42,7 @@
4242
"optimize-autoloader": true,
4343
"classmap-authoritative": true,
4444
"platform": {
45-
"php": "7.4"
45+
"php": "8.1"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)