Skip to content

Commit

Permalink
Merge pull request #1333 from theofidry/buid/box-update
Browse files Browse the repository at this point in the history
build: Update Box
  • Loading branch information
greg0ire authored Oct 15, 2023
2 parents ae7afcf + ea82490 commit f302e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- download-box.sh
- lib/**
- phpunit.xml.dist
- tests/**
Expand All @@ -16,6 +17,7 @@ on:
paths:
- .github/workflows/continuous-integration.yml
- composer.*
- download-box.sh
- lib/**
- phpunit.xml.dist
- tests/**
Expand Down
2 changes: 1 addition & 1 deletion download-box.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

if [ ! -f box.phar ]; then
wget https://github.com/box-project/box/releases/download/3.16.0/box.phar -O box.phar
wget https://github.com/box-project/box/releases/download/4.3.7/box.phar -O box.phar
fi

0 comments on commit f302e36

Please sign in to comment.