Skip to content

Commit

Permalink
chore (ci): set experimental to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-ilm committed Sep 30, 2024
1 parent 743a384 commit b65c2f7
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 @@ -23,14 +23,14 @@ jobs:
database_type: mysql
database_image: "mariadb:10"
coverage: false
experimental: true
experimental: false
- mediawiki_version: '1.40'
smw_version: dev-master
php_version: 8.1
database_type: mysql
database_image: "mariadb:11.2"
coverage: true
experimental: true
experimental: false
env:
MW_VERSION: ${{ matrix.mediawiki_version }}
SMW_VERSION: ${{ matrix.smw_version }}
Expand Down

0 comments on commit b65c2f7

Please sign in to comment.