Skip to content

Commit 34c44d1

Browse files
committed
Update tests
1 parent 0c3cc7e commit 34c44d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- {name: "almalinux", tag: "10"}
1818
- {name: "almalinux", tag: "9"}
1919
- {name: "almalinux", tag: "8"}
20+
- {name: "alpine", tag: "3.23", variant: "-lts"}
21+
- {name: "alpine", tag: "3.23", variant: "-virt"}
2022
- {name: "alpine", tag: "3.22", variant: "-lts"}
2123
- {name: "alpine", tag: "3.22", variant: "-virt"}
2224
- {name: "alpine", tag: "3.21", variant: "-lts"}
@@ -41,7 +43,7 @@ jobs:
4143
- {name: "oraclelinux", tag: "9", uek: "ol9_UEKR8", gcc: "gcc-toolset-14"}
4244
- {name: "oraclelinux", tag: "8", uek: "ol8_UEKR7", gcc: "gcc-toolset-11"}
4345
- {name: "ubuntu", tag: "25.10"}
44-
- {name: "ubuntu", tag: "25.04"}
46+
- {name: "ubuntu", tag: "26.04"}
4547
- {name: "ubuntu", tag: "24.04"}
4648
- {name: "ubuntu", tag: "22.04"}
4749
runs-on: ubuntu-24.04
@@ -85,7 +87,7 @@ jobs:
8587
- name: Install Arch Linux dependencies
8688
if: matrix.distro.name == 'archlinux'
8789
run: |
88-
pacman -Syu --noconfirm diffutils gcc make linux${{ matrix.distro.variant }} linux${{ matrix.distro.variant }}-headers openssl patch
90+
pacman -Syu --noconfirm diffutils gcc make linux${{ matrix.distro.variant }} linux${{ matrix.distro.variant }}-headers openssl patch xxhash
8991
make install
9092
9193
- name: Install Debian dependencies

0 commit comments

Comments
 (0)