Skip to content

Commit

Permalink
Merge pull request #3 from phil-davis/php-8.2
Browse files Browse the repository at this point in the history
Use PHP 8.2 for Behat acceptance tests
  • Loading branch information
phil-davis authored Apr 22, 2024
2 parents 7a6ca6b + 260fd91 commit a9d25f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM owncloudci/php:7.4
FROM owncloudci/php:8.2

WORKDIR /root

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": "cs3org/reva",
"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 a9d25f7

Please sign in to comment.