Skip to content

Commit

Permalink
Update CI to ensure both supported Codeception branches are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Aug 8, 2023
1 parent 0147dcb commit ca8167b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
codeception: ['^4.0', '^5.0']

steps:
- uses: actions/checkout@v3
Expand All @@ -39,6 +40,7 @@ jobs:
- uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: "--with 'codeception/codeception:${{ matrix.codeception }}'"
- run: php vendor/bin/codecept build
- name: Acceptance tests
run: php vendor/bin/codecept run acceptance -d
Expand Down

0 comments on commit ca8167b

Please sign in to comment.