Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Sep 20, 2023
1 parent 2887615 commit 953a98e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
matrix:
distro:
- ubuntu-22.04
- ubuntu-23.04
- debian-11
- debian-12
- fedora-37
- fedora-38
- almalinux-9
- rockylinux-8
steps:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test_cluster_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
fail-fast: false
matrix:
distro:
- ubuntu-22.04
- debian-11
- fedora-36
- ubuntu-23.04
- debian-12
- fedora-38
- almalinux-8
- rockylinux-9
mariadb-version:
Expand All @@ -46,6 +46,8 @@ jobs:
- "10.10"
- "10.11"
- "11.0"
- "11.1"
- "11.2"
steps:
- uses: actions/checkout@v4
- name: Install requirements
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-22.03
- debian-10
- debian-11
- debian-12
- debian-sid
- fedora-36
- fedora-37
- fedora-38
- almalinux-8
- almalinux-9
- rockylinux-8
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-23.04
- debian-10
- debian-11
- debian-sid
- fedora-36
# - fedora-37
- fedora-37
- fedora-38
- almalinux-8
- almalinux-9
- rockylinux-8
Expand All @@ -56,6 +58,8 @@ jobs:
- "10.10"
- "10.11"
- "11.0"
- "11.1"
- "11.2"
exclude:
- distro: ubuntu-18.04
mariadb-version: 10.3
Expand Down

0 comments on commit 953a98e

Please sign in to comment.