Skip to content

Commit

Permalink
PSPAYPAL-848 match the versions of codeception dependencies with the …
Browse files Browse the repository at this point in the history
…composer.json
  • Loading branch information
René Gust committed Oct 8, 2024
1 parent d8414c3 commit a7c2dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
docker compose exec -T \
php composer require symfony/dotenv:^5.1 --no-update
docker compose exec -T \
php composer require codeception/module-rest:1.4.2 --no-update
php composer require codeception/module-rest:3.3.0 --no-update
docker compose exec -T \
php composer require codeception/module-phpbrowser:^1.0.2 --no-update
php composer require codeception/module-phpbrowser:^3.0.0 --no-update
docker compose exec -T \
php composer config repositories.${{ env.CLIENT_PACKAGE_NAME }} git ${{ env.CLIENT_REPO_NAME }}
docker compose exec -T \
Expand Down

0 comments on commit a7c2dd2

Please sign in to comment.