浏览代码

fix(ci): Align mariadb versions with list of supported versions

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/45255/head
Ferdinand Thiessen 3 周前
父节点
当前提交
08e62bece9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/phpunit-mariadb.yml

+ 1
- 1
.github/workflows/phpunit-mariadb.yml 查看文件

@@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
mariadb-versions: ['10.3', '10.4', '10.5', '10.6', '10.11']
mariadb-versions: ['10.3', '10.5', '10.6', '10.11']
include:
- php-versions: '8.3'
mariadb-versions: '10.6'

正在加载...
取消
保存