diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ce9efe..ffc1d737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: matrix: include: - mediawiki_version: '1.39' - smw_version: 4.2.0 - srf_version: 4.2.1 + smw_version: dev-master + srf_version: dev-master php_version: 8.1 al_version: 0.6.3 database_type: mysql diff --git a/Makefile b/Makefile index 5d9025ce..057099be 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DB_IMAGE?="mariadb:11.2" # extensions SMW_VERSION?=4.2.0 AL_VERSION ?= 0.6.3 # SD adds a link to BrowseData -MAPS_VERSION ?= 9.0.7 +MAPS_VERSION ?= 10.3.0 SRF_VERSION ?= 4.2.1 # composer