Skip to content

Commit

Permalink
Merge pull request #605 from nextcloud/chore/bump-php-to-8.1
Browse files Browse the repository at this point in the history
chore(deps): Bump PHP platform to 8.1
  • Loading branch information
come-nc authored Feb 13, 2025
2 parents 1727ccd + 9023fb1 commit 7ab35f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]

name: php-lint

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.1", "8.2"]
nextcloud-versions: ["24", "25", "26"]
exclude:
- php-versions: "8.2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"classmap-authoritative": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/box/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
}
}
2 changes: 1 addition & 1 deletion vendor-bin/coding-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
}
}
2 changes: 1 addition & 1 deletion vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down

0 comments on commit 7ab35f0

Please sign in to comment.