diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd4d0b1..305d9b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: strategy: matrix: php: ['7.4', '8.0', '8.1'] + codeception: ['^4.0', '^5.0'] steps: - uses: actions/checkout@v3 @@ -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