Skip to content

Commit

Permalink
Bump MW requirements to MW 1.39+
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 31, 2024
1 parent 4d11c33 commit 4c81e10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ export
# setup for docker-compose-ci build directory
# delete "build" directory to update docker-compose-ci

ifeq (,$(wildcard ./build/Makefile))
ifeq (,$(wildcard ./build/))
$(shell git submodule update --init --remote)
endif

EXTENSION=SemanticExtraSpecialProperties

# docker images
MW_VERSION?=1.35
PHP_VERSION?=7.4
DB_TYPE?=sqlite
DB_IMAGE?=""
MW_VERSION?=1.39
PHP_VERSION?=8.1
DB_TYPE?=mysql
DB_IMAGE?="mariadb:10"

# extensions
SMW_VERSION=4.2.0
SMW_VERSION?=4.2.0

# composer
# Enables "composer update" inside of extension
Expand All @@ -28,4 +28,4 @@ COMPOSER_EXT?=true
# NODE_JS?=true

# check for build dir and git submodule init if it does not exist
include build/Makefile
include build/Makefile

0 comments on commit 4c81e10

Please sign in to comment.