Skip to content

Commit 7ab35f0

Browse files
authored
Merge pull request #605 from nextcloud/chore/bump-php-to-8.1
chore(deps): Bump PHP platform to 8.1
2 parents 1727ccd + 9023fb1 commit 7ab35f0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
25+
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
2626

2727
name: php-lint
2828

.github/workflows/test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ["8.0", "8.1", "8.2"]
21+
php-versions: ["8.1", "8.2"]
2222
nextcloud-versions: ["24", "25", "26"]
2323
exclude:
2424
- php-versions: "8.2"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"classmap-authoritative": true,
1212
"optimize-autoloader": true,
1313
"platform": {
14-
"php": "8.0"
14+
"php": "8.1"
1515
},
1616
"sort-packages": true
1717
},

vendor-bin/box/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.0"
7+
"php": "8.1"
88
}
99
}
1010
}

vendor-bin/coding-standard/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"config": {
77
"platform": {
8-
"php": "8.0"
8+
"php": "8.1"
99
}
1010
}
1111
}

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"config": {
66
"platform": {
7-
"php": "8.0"
7+
"php": "8.1"
88
},
99
"allow-plugins": {
1010
"composer/package-versions-deprecated": true

0 commit comments

Comments
 (0)