Skip to content

Commit 702f91c

Browse files
committed
Add libxml2 2.15.1 to the CI
1 parent ad7b4e0 commit 702f91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test-newer-libxml2:
3232
strategy:
3333
matrix:
34-
libxml_version: ["2.12.9", "2.13.8","2.14.1"]
34+
libxml_version: ["2.12.9", "2.13.8", "2.14.1", "2.15.1"]
3535
name: With libxml ${{ matrix.libxml_version }}
3636
runs-on: ubuntu-latest
3737
steps:
@@ -58,4 +58,4 @@ jobs:
5858
with:
5959
command: test
6060
env:
61-
LD_LIBRARY_PATH: /usr/local/lib
61+
LD_LIBRARY_PATH: /usr/local/lib

0 commit comments

Comments
 (0)