Skip to content
Open
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [8.2]
php-versions: [8.3]
nextcloud-versions: ['stable32', 'master']
include:
- php: 8.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "^30.0",
"nextcloud/ocp": "> 30.0 < 33.0",
"symfony/console": "^6.3",
"mockery/mockery": "^1.6",
"nextcloud/openapi-extractor": "^1.0"
Expand Down
Loading
Loading