Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stripe plugin version #278

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/kpm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gem update bundler --conservative
- name: Start stack
run: |
cd kpm/docker && docker-compose -p it -f docker-compose.ci.mysql.yml up -d
cd kpm/docker && docker compose -p it -f docker-compose.ci.mysql.yml up -d
- name: Wait for stack
run: |
count=0
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
echo "[DEBUG] killbill env"
docker exec it_killbill_1 env || true
echo "[DEBUG] db env"
docker exec it_db_1 env || true
docker exec it-db-1 env || true
echo "[DEBUG] killbill logs"
docker logs --details it_killbill_1 || true
echo "[DEBUG] killbill raw logs"
sudo cat /tmp/it/logs/killbill.out || true
echo "[DEBUG] db logs"
docker logs --details it_db_1 || true
docker logs --details it-db-1 || true
2 changes: 1 addition & 1 deletion kpm/lib/kpm/plugins_directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
:type: :java
:versions:
:0.22: 7.3.3
:0.24: 8.0.0
:0.24: 8.0.1
:braintree:
:type: :java
:versions:
Expand Down
Loading