Skip to content

Commit

Permalink
Merge branch 'SemanticMediaWiki:master' into BrowseData
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov authored Feb 10, 2023
2 parents dacb1dc + 888dfe6 commit 1982089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- mediawiki_version: '1.38'
smw_version: dev-master
coverage: false
experimental: false
experimental: true
- mediawiki_version: '1.39'
smw_version: dev-master
coverage: false
Expand All @@ -51,7 +51,7 @@ jobs:
if: matrix.coverage == true

- name: Upload code coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: coverage/php/coverage.xml
if: matrix.coverage == true

0 comments on commit 1982089

Please sign in to comment.