Skip to content

Commit

Permalink
mariadb 10.2 is end of life, so dropping support and ci testing (open…
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jun 21, 2022
1 parent a3ab9d3 commit 1d11fb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -744,98 +744,6 @@ jobs:
build_test_common
if: ${{ success() || failure() }}

build_apache_80_102:
name: PHP 8.0 - Apache - MariaDB 10.2
runs-on: ubuntu-20.04
env:
DOCKER_DIR: apache_80_102
OPENEMR_DIR: /var/www/localhost/htdocs/openemr
CHROMIUM_INSTALL: "apk update; apk add --no-cache chromium chromium-chromedriver; export PANTHER_CHROME_DRIVER_BINARY=/usr/lib/chromium/chromedriver"
steps:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'

- name: Report PHP Version
run: php -v

- name: Install npm package
uses: actions/setup-node@v1
with:
node-version: '16'

- name: Dockers environment start
run: |
source ci/ciLibrary.source
dockers_env_start
- name: Main build
run: |
source ci/ciLibrary.source
composer_github_auth
main_build
- name: CCDA build
run: |
source ci/ciLibrary.source
ccda_build
- name: Install and configure
run: |
source ci/ciLibrary.source
install_configure
- name: Unit testing
run: |
source ci/ciLibrary.source
build_test_unit
if: ${{ success() || failure() }}

- name: E2e testing
run: |
source ci/ciLibrary.source
build_test_e2e
if: ${{ success() || failure() }}

- name: Api testing
run: |
source ci/ciLibrary.source
build_test_api
if: ${{ success() || failure() }}

- name: Fixtures testing
run: |
source ci/ciLibrary.source
build_test_fixtures
if: ${{ success() || failure() }}

- name: Services testing
run: |
source ci/ciLibrary.source
build_test_services
if: ${{ success() || failure() }}

- name: Validators testing
run: |
source ci/ciLibrary.source
build_test_validators
if: ${{ success() || failure() }}

- name: Controllers testing
run: |
source ci/ciLibrary.source
build_test_controllers
if: ${{ success() || failure() }}

- name: Common testing
run: |
source ci/ciLibrary.source
build_test_common
if: ${{ success() || failure() }}

build_apache_80_8:
name: PHP 8.0 - Apache - MySQL 8
runs-on: ubuntu-20.04
Expand Down
22 changes: 0 additions & 22 deletions ci/apache_80_102/docker-compose.yml

This file was deleted.

0 comments on commit 1d11fb5

Please sign in to comment.