Skip to content

Commit

Permalink
EWPP-2864: Update to PHP8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Dec 8, 2022
1 parent 35a9b31 commit 8a30202
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ pipeline:

matrix:
PHP_VERSION:
- 7.4
- 8.0
- 8.1
COMPOSER_BOUNDARY:
- lowest
- highest
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
"minimum-stability": "alpha",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"consolidation/annotated-command": "^4.3 <4.5.7",
"consolidation/robo": "^3.0",
"php": ">=8.0",
"consolidation/robo": "^4.0",
"gitonomy/gitlib": "^1.0",
"jakeasmith/http_build_url": "^1.0.1",
"nuvoleweb/robo-config": "^2.0"
"nuvoleweb/robo-config": "^3.0.0"
},
"require-dev": {
"openeuropa/code-review": "^2.0",
"openeuropa/code-review": "dev-EWPP-2858",
"phpunit/phpunit": "^9.4",
"slevomat/coding-standard": "~6.0"
"slevomat/coding-standard": "^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: fpfis/httpd-php-dev:8.0
image: fpfis/httpd-php-dev:8.1
working_dir: /var/www/html
ports:
- 8080:8080
Expand Down

0 comments on commit 8a30202

Please sign in to comment.