Skip to content

Commit

Permalink
EOL distribution
Browse files Browse the repository at this point in the history
Also, disable non working distributions (Ubuntu 22.04)
  • Loading branch information
fauust committed Jul 15, 2024
1 parent b8b90a5 commit 802b0fc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- ubuntu-22.04
- debian-11
- debian-12
- fedora-38
- fedora-39
- fedora-40
# - almalinux-8
- almalinux-9
# - rockylinux-8
- rockylinux-9
- alpine-3.18
- alpine-3.19
- alpine-3.20
steps:
- uses: actions/checkout@v4
- name: Setup environment
Expand Down
19 changes: 12 additions & 7 deletions .github/workflows/test_cluster_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,29 @@ jobs:
fail-fast: false
matrix:
distro:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- debian-12
- fedora-38
- fedora-39
# - almalinux-8
- almalinux-9
# - rockylinux-8
- rockylinux-9
mariadb-version:
- "10.5"
- "10.6"
- "10.11"
- "11.0"
- "11.1"
- "11.2"
- "11.rc"
- "11.rolling"
- "11.4"
exclude:
- distro: debian-12
mariadb-version: 10.5
- distro: debian-12
mariadb-version: 10.6
- distro: ubuntu-22.04
mariadb-version: 10.5
- distro: ubuntu-24.04
mariadb-version: 10.5
- distro: ubuntu-24.04
mariadb-version: 10.6
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-23.04
- debian-10
- debian-11
- debian-12
- debian-sid
- fedora-38
- fedora-39
- fedora-40
# - almalinux-8
- almalinux-9
# - rockylinux-8
- rockylinux-9
- alpine-3.17
- alpine-3.18
- alpine-3.19
- alpine-3.20
steps:
- uses: actions/checkout@v4
- name: Setup environment
Expand Down
42 changes: 11 additions & 31 deletions .github/workflows/test_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,66 +33,46 @@ jobs:
fail-fast: false
matrix:
distro:
- ubuntu-20.04
# //TEMP pb with 20.04
# - ubuntu-20.04
- ubuntu-22.04
- ubuntu-23.04
- debian-10
- ubuntu-24.04
- debian-11
- debian-12
- debian-sid
- fedora-38
- fedora-39
- fedora-40
# - almalinux-8
- almalinux-9
# - rockylinux-8
- rockylinux-9
mariadb-version:
- "10.4"
- "10.5"
- "10.6"
- "10.11"
- "11.0"
- "11.1"
- "11.2"
- "11.3"
- "11.4"
- "11.rc"
- "11.rolling"
exclude:
- distro: ubuntu-22.04
mariadb-version: 10.4
- distro: ubuntu-22.04
mariadb-version: 10.5
- distro: ubuntu-23.04
mariadb-version: 10.4
- distro: ubuntu-23.04
- distro: ubuntu-24.04
mariadb-version: 10.5
- distro: ubuntu-23.04
- distro: ubuntu-24.04
mariadb-version: 10.6
- distro: debian-11
mariadb-version: 10.4
- distro: debian-12
mariadb-version: 10.4
- distro: debian-12
mariadb-version: 10.5
- distro: debian-12
mariadb-version: 10.6
- distro: debian-sid
mariadb-version: 10.4
- distro: debian-sid
mariadb-version: 10.5
- distro: fedora-37
mariadb-version: 10.4
- distro: fedora-37
- distro: fedora-40
mariadb-version: 10.5
- distro: fedora-38
mariadb-version: 10.4
- distro: fedora-38
mariadb-version: 10.5
- distro: almalinux-9
mariadb-version: 10.4
- distro: rockylinux-9
mariadb-version: 10.4
- distro: fedora-40
mariadb-version: 10.6
- distro: fedora-40
mariadb-version: 11.2

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 802b0fc

Please sign in to comment.