Skip to content

Commit

Permalink
chore: remove mariadb 11.1 from ci testing (openemr#7738)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Sep 29, 2024
1 parent 1c4622d commit 7f0bc6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,99 +384,6 @@ jobs:
build_test_common
if: ${{ success() || failure() }}

build_apache_83_111:
name: PHP 8.3 - Apache - MariaDB 11.1 (short term release)
runs-on: ubuntu-22.04
env:
DOCKER_DIR: apache_83_111
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@v4

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

- name: Report PHP Version
run: php -v

- name: Install npm package
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Main build
run: |
source ci/ciLibrary.source
composer_github_auth
main_build
- name: CCDA build
run: |
source ci/ciLibrary.source
ccda_build
- name: Dockers environment start
run: |
source ci/ciLibrary.source
dockers_env_start
sleep 60
- 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_83_1011:
name: PHP 8.3 - Apache - MariaDB 10.11
runs-on: ubuntu-22.04
Expand Down
21 changes: 0 additions & 21 deletions ci/apache_83_111/docker-compose.yml

This file was deleted.

0 comments on commit 7f0bc6c

Please sign in to comment.