Skip to content

Commit 40048aa

Browse files
committed
Makefile [skip ci]
- update to MW 1.39 - MW 1.35 has been dropped
1 parent 24ee435 commit 40048aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ endif
1212
EXTENSION=IDProvider
1313

1414
# docker images
15-
MW_VERSION?=1.35
16-
PHP_VERSION?=7.4
17-
DB_TYPE?=sqlite
18-
DB_IMAGE?=""
15+
MW_VERSION?=1.39
16+
PHP_VERSION?=8.1
17+
DB_TYPE?=mysql
18+
DB_IMAGE?="mysql:8"
1919

2020
# extensions
2121

0 commit comments

Comments
 (0)