Skip to content

Commit

Permalink
fix(ci): update packages, fix psalm and php-cs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Oct 21, 2024
1 parent a871910 commit adbe92d
Show file tree
Hide file tree
Showing 31 changed files with 1,884 additions and 3,490 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
php-versions: ["8.1", "8.2"]

name: php-lint

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1
coverage: none

- name: Install dependencies
Expand All @@ -82,8 +82,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
ocp-version: ['v24.0.1']
php-versions: ["8.1", "8.2"]
ocp-version: ['dev-master']
name: php-psalm-analysis

steps:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require-dev": {
"nextcloud/ocp": "dev-master",
"roave/security-advisories": "dev-master",
"psalm/phar": "4.30.0",
"psalm/phar": "^5.15",
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0",
"friendsofphp/php-cs-fixer": "^3.13",
"nextcloud/coding-standard": "^1.1",
"friendsofphp/php-cs-fixer": "^3.16",
"php-mock/php-mock-phpunit": "^2.6"
},
"scripts": {
Expand All @@ -42,7 +42,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.4"
"php": "8.1"
}
}
}
Loading

0 comments on commit adbe92d

Please sign in to comment.