Skip to content

Commit

Permalink
Replace MariaDB 11.0 with 11.4 LTS Docker container and for tests on …
Browse files Browse the repository at this point in the history
…GitHub.
  • Loading branch information
tkhamez committed Jun 1, 2024
1 parent e430159 commit 9805cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
db-version: '10.11'
- php-version: '8.1'
db-image: mariadb
db-version: '11.0'
db-version: '11.4'
- php-version: '8.2'
db-image: mysql
db-version: '8.0.22'
Expand Down
2 changes: 1 addition & 1 deletion doc/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ A Linux server (others may work, but were not tested).
To run the application:
* PHP >=8.1.0 - 8.3 (64bit version), see [backend/composer.json](../backend/composer.json) for necessary and
suggested extensions (APCu highly recommended).
* MariaDB or MySQL Server (tested with MariaDB 10.5, 10.11, 11.0 and MySQL 8.0.22, 8.4.0,
* MariaDB or MySQL Server (tested with MariaDB 10.5, 10.11, 11.4 and MySQL 8.0.22, 8.4.0,
NO_BACKSLASH_ESCAPES should not be on). Unit tests can also be run with a SQLite in-memory database.
* An HTTP Server with support for PHP and URL rewriting.
* Set the document root to the `web` directory.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
container_name: neucore_dev_db
#image: mariadb:10.5
image: mariadb:10.11 # LTS
#image: mariadb:11.0
#image: mariadb:11.4 # LTS
#image: mysql:8.0.22
#image: mysql:8.4.0 # LTS
#volumes: ["./.db/10.5:/var/lib/mysql"]
Expand Down

0 comments on commit 9805cc8

Please sign in to comment.