Skip to content

Commit

Permalink
Added PHP 8.2 to the unit test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 13, 2023
1 parent da024d8 commit a96dde2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- image: php:7.0
- image: php:7.4
- image: php:8.1
- image: php:8.2
db:
- image: mysql:5.5
- image: bitnami/mysql:8.0
Expand Down Expand Up @@ -134,6 +135,11 @@ jobs:
run: ./e107_tests/vendor/bin/cc-test-reporter before-build
continue-on-error: true

- name: Build Codeception
run: php ./vendor/bin/codecept build
working-directory: ./e107_tests/
continue-on-error: false

- name: Run unit tests
run: |
if [ $(php -r 'printf(extension_loaded("xdebug") ? 1 : 0);') = '1' ]
Expand Down

0 comments on commit a96dde2

Please sign in to comment.