Skip to content

Commit

Permalink
changed php version
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta committed Apr 19, 2024
1 parent da656cb commit d931c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ REDIS = "redis:6-alpine"
SELENIUM_STANDALONE_CHROME = "selenium/standalone-chrome:104.0-20220812"
SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:5.0"

DEFAULT_PHP_VERSION = "7.4"
DEFAULT_PHP_VERSION = "8.2"
DEFAULT_NODEJS_VERSION = "18"

dirs = {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"vendor-dir": "./vendor-php",
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/behat/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config" : {
"platform": {
"php": "7.4"
"php": "8.2"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
Expand Down

0 comments on commit d931c60

Please sign in to comment.