LimeSurvey: 3.x-LTS bb2b39c4

Author Committer Branch Timestamp Parent
MiroslavRepka GitHub 3.x-LTS 2021-07-12 15:41:26 3.x-LTS f0bdd29f
Changeset

Dev Add new CI pipeline for 3.x-LTS (#1952)

The new pipeline will test the code on all branches that will have
this workflow file. The tests will ran with php 5.6. and 7.4. .
Both jobs will run, even if some fail. The results of the tests can
be found in the action tab, on a repo page.

Changes made to php code were necessary, and were discussed when first
version of CI pipeline (for master branch) was developed.

mod - .github/workflows/main.yml Diff File
mod - application/config/config-sample-mysql.php Diff File
add - tests/CI-pipeline/github-actions-apache Diff File
mod - tests/controllers/InstallationControllerTest.php Diff File
mod - tests/controllers/ThemeControllerTest.php Diff File
rm - tests/travis/travis-ci-apache Diff File