Skip to content

Commit

Permalink
Merge pull request #28 from ryanshoover/nojira-fix-codeception-depend…
Browse files Browse the repository at this point in the history
…encies

Require older versions of codeception modules until wpbrowser is compatible
  • Loading branch information
ryanshoover authored Dec 9, 2021
2 parents 9b2ada2 + 397cbf2 commit 81de4d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/jobs/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ steps:
command: |
composer global require --optimize-autoloader \
lucatume/wp-browser \
codeception/module-asserts \
codeception/module-cli \
codeception/module-db \
codeception/module-filesystem \
codeception/module-phpbrowser \
codeception/module-rest \
codeception/module-webdriver \
codeception/module-asserts:^1.0 \
codeception/module-cli:^1.0 \
codeception/module-db:^1.0 \
codeception/module-filesystem:^1.0 \
codeception/module-phpbrowser:^1.0 \
codeception/module-rest:^1.0 \
codeception/module-webdriver:^1.0 \
codeception/util-universalframework \
league/factory-muffin \
league/factory-muffin-faker \
Expand Down

0 comments on commit 81de4d5

Please sign in to comment.