Skip to content

Commit

Permalink
chore (CI): fix tests failing with "Undefined index: smwgElasticsearc…
Browse files Browse the repository at this point in the history
…hCredentials" (fixes #809)
  • Loading branch information
gesinn-it-gea committed Feb 21, 2024
1 parent 3b027b2 commit 095e758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- mediawiki_version: '1.35'
smw_version: '4.1.2'
smw_version: '4.1.3'
php_version: 7.4
database_type: mysql
database_image: "mysql:5.7"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DB_TYPE?=sqlite
DB_IMAGE?=""

# extensions
SMW_VERSION?=4.1.2
SMW_VERSION?=4.1.3
PF_VERSION ?= 5.5.1
SFS_VERSION ?= 4.0.0-beta
MM_VERSION ?= 3.1.0
Expand Down

0 comments on commit 095e758

Please sign in to comment.