Skip to content

Commit

Permalink
Bump stripe-mock
Browse files Browse the repository at this point in the history
richardm-stripe committed May 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e16c4e3 commit 7b843cb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Start stripe-mock
run: docker run -d -p 12111-12112:12111-12112 stripemock/stripe-mock && sleep 5
run: docker pull stripemock/stripe-mock && docker run -d -p 12111-12112:12111-12112 stripemock/stripe-mock && sleep 5

- name: Run test suite
run: |
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ matrix:

env:
global:
- STRIPE_MOCK_VERSION=0.103.0
- STRIPE_MOCK_VERSION=0.105.0
cache:
directories:
- $HOME/.composer/cache/files

0 comments on commit 7b843cb

Please sign in to comment.