Skip to content

Commit

Permalink
chg (ci): update CI
Browse files Browse the repository at this point in the history
- remove unnecessary variables
- update SMW version
  • Loading branch information
gesinn-it-ilm committed Sep 17, 2024
1 parent 917e4d3 commit 25e3630
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,29 @@ jobs:
matrix:
include:
- mediawiki_version: '1.39'
smw_version: '4.1.3'
smw_version: '4.2.0'
php_version: 8.1
dt_version: 4.0.2
ps_version: 0.9.1
database_type: mysql
database_image: "mysql:8"
coverage: false
experimental: false
- mediawiki_version: '1.40'
smw_version: dev-master
php_version: 8.1
dt_version: 4.0.2
ps_version: 0.8
database_type: mysql
database_image: "mysql:8"
coverage: true
experimental: false
- mediawiki_version: '1.41'
smw_version: '4.1.3'
smw_version: '4.2.0'
php_version: 8.1
dt_version: 4.0.2
ps_version: 0.8
database_type: mysql
database_image: "mysql:8"
coverage: false
experimental: false
- mediawiki_version: '1.42'
smw_version: '4.1.3'
smw_version: '4.2.0'
php_version: 8.1
dt_version: 4.0.2
ps_version: 0.8
database_type: mysql
database_image: "mysql:8"
coverage: false
Expand All @@ -58,8 +50,6 @@ jobs:
MW_VERSION: ${{ matrix.mediawiki_version }}
SMW_VERSION: ${{ matrix.smw_version }}
PHP_VERSION: ${{ matrix.php_version }}
DT_VERSION: ${{ matrix.dt_version }}
PS_VERSION: ${{ matrix.ps_version }}
DB_TYPE: ${{ matrix.database_type }}
DB_IMAGE: ${{ matrix.database_image }}

Expand Down

0 comments on commit 25e3630

Please sign in to comment.