Skip to content

Commit

Permalink
Merge branch 'bugfix/three-dot-version-of-php-platform' into 'master'
Browse files Browse the repository at this point in the history
Fix php platform version in composer.json by using 8.1.25 instead of 8.1

See merge request webapps/sulu-demo!148
  • Loading branch information
wachterjohannes committed Nov 8, 2023
2 parents a1b2c18 + 049e604 commit fc2f0ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ test:

build:
stage: test
tags:
- medium
image: sulu/php:8.1-cli
services:
- mysql:8.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.1.25"
},
"preferred-install": {
"*": "dist"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc2f0ee

Please sign in to comment.