Skip to content

Commit

Permalink
chore: updated mariadb testing versions for ci (#7124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Dec 27, 2023
1 parent 3e29477 commit b0b372c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,11 @@ jobs:
build_test_common
if: ${{ success() || failure() }}


build_apache_83_111:
name: PHP 8.3 - Apache - MariaDB 11.1 (short term release)
build_apache_83_112:
name: PHP 8.3 - Apache - MariaDB 11.2 (short term release)
runs-on: ubuntu-22.04
env:
DOCKER_DIR: apache_83_111
DOCKER_DIR: apache_83_112
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:
Expand Down Expand Up @@ -291,11 +290,11 @@ jobs:
build_test_common
if: ${{ success() || failure() }}

build_apache_83_110:
name: PHP 8.3 - Apache - MariaDB 11.0 (short term release)
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_110
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:
Expand Down Expand Up @@ -384,11 +383,11 @@ jobs:
build_test_common
if: ${{ success() || failure() }}

build_apache_83_1011:
name: PHP 8.3 - Apache - MariaDB 10.11
build_apache_83_110:
name: PHP 8.3 - Apache - MariaDB 11.0 (short term release)
runs-on: ubuntu-22.04
env:
DOCKER_DIR: apache_83_1011
DOCKER_DIR: apache_83_110
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:
Expand Down Expand Up @@ -477,11 +476,11 @@ jobs:
build_test_common
if: ${{ success() || failure() }}

build_apache_83_1010:
name: PHP 8.3 - Apache - MariaDB 10.10 (short term release)
build_apache_83_1011:
name: PHP 8.3 - Apache - MariaDB 10.11
runs-on: ubuntu-22.04
env:
DOCKER_DIR: apache_83_1010
DOCKER_DIR: apache_83_1011
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: '3.1'
services:
mysql:
restart: always
image: mariadb:10.10
command: ['mysqld','--character-set-server=utf8mb4']
image: mariadb:11.2
command: ['mariadbd','--character-set-server=utf8mb4']
environment:
MYSQL_ROOT_PASSWORD: root
openemr:
Expand Down

0 comments on commit b0b372c

Please sign in to comment.