Skip to content

Commit 47997f7

Browse files
committed
update Makefile
- use 1.39 as default one
1 parent c7e21a7 commit 47997f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-include .env-39
1+
-include .env
22
export
33

44
# setup for docker-compose-ci build directory
@@ -11,10 +11,10 @@ endif
1111
EXTENSION := ConfIDentSkin
1212

1313
# docker images
14-
MW_VERSION?=1.35
15-
PHP_VERSION?=7.4
16-
DB_TYPE?=sqlite
17-
DB_IMAGE?=""
14+
MW_VERSION?=1.39
15+
PHP_VERSION?=8.1
16+
DB_TYPE?=mysql
17+
DB_IMAGE?="mysql:8"
1818

1919
# extensions
2020
CHAMELEON_VERSION?=4.2.1

0 commit comments

Comments
 (0)