mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Added PHP 8.2 to the unit test workflow.
This commit is contained in:
6
.github/workflows/test-unit.yml
vendored
6
.github/workflows/test-unit.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
- image: php:7.0
|
- image: php:7.0
|
||||||
- image: php:7.4
|
- image: php:7.4
|
||||||
- image: php:8.1
|
- image: php:8.1
|
||||||
|
- image: php:8.2
|
||||||
db:
|
db:
|
||||||
- image: mysql:5.5
|
- image: mysql:5.5
|
||||||
- image: bitnami/mysql:8.0
|
- image: bitnami/mysql:8.0
|
||||||
@@ -134,6 +135,11 @@ jobs:
|
|||||||
run: ./e107_tests/vendor/bin/cc-test-reporter before-build
|
run: ./e107_tests/vendor/bin/cc-test-reporter before-build
|
||||||
continue-on-error: true
|
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
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
if [ $(php -r 'printf(extension_loaded("xdebug") ? 1 : 0);') = '1' ]
|
if [ $(php -r 'printf(extension_loaded("xdebug") ? 1 : 0);') = '1' ]
|
||||||
|
Reference in New Issue
Block a user