Skip to content

Commit

Permalink
Fix cancellation
Browse files Browse the repository at this point in the history
CS-5071
  • Loading branch information
MarijaIv committed Apr 3, 2024
1 parent cbe4e81 commit 02082bf
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- main
- fix/e2e_tests
jobs:
build:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"adyen/integration-core": "1.1.11",
"adyen/integration-core": "dev-dev",
"ext-simplexml": "*",
"ext-openssl": "*"
},
Expand Down
Loading

0 comments on commit 02082bf

Please sign in to comment.