Skip to content

Commit

Permalink
Merge branch 'upgrade-box-version' into 'master'
Browse files Browse the repository at this point in the history
Upgrade box version

See merge request transip/restapi-cli-client!186
  • Loading branch information
Jordi Donadeu committed Apr 9, 2024
2 parents b072793 + 4ae537d commit 46c0e1a
Show file tree
Hide file tree
Showing 8 changed files with 356 additions and 536 deletions.
9 changes: 8 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
image: '$IMAGE_URL'
default:
image: '$IMAGE_URL'
retry:
max: 2

stages:
- lint
- build
Expand Down Expand Up @@ -47,6 +51,9 @@ lint:secretsscan:

build:phar:
stage: build
before_script:
- composer global require humbug/box
- export PATH=/home/transip/.composer/vendor/bin:$PATH
script:
- composer install --no-dev --no-interaction --no-progress
- box compile
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
6.34.1
-----
* Added humbug box to pipeline so it uses latest version via composer

6.34.0
-----
* Added `GetByIdentifier` to the VPS commands
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"config": {
"platform": {
"php": "7.2.5"
"php": "8.2"
},
"allow-plugins": {
"php-http/discovery": true
Expand Down
Loading

0 comments on commit 46c0e1a

Please sign in to comment.