Skip to content

Commit 31fef26

Browse files
committed
add 2.42 ci
1 parent 60c4107 commit 31fef26

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,16 @@ jobs:
191191
with:
192192
ubuntu: '25.04'
193193
glibc: '2.41'
194+
v2_42:
195+
runs-on: ubuntu-22.04
196+
name: glibc-v2.42
197+
steps:
198+
- name: build how2heap
199+
uses: shellphish/how2heap/ci/build@master
200+
with:
201+
ubuntu: '24.04'
202+
- name: test how2heap
203+
uses: shellphish/how2heap/ci/test@master
204+
with:
205+
ubuntu: '25.10'
206+
glibc: '2.42'

0 commit comments

Comments
 (0)