We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b4f53 commit 8bdff55Copy full SHA for 8bdff55
1 file changed
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
test-newer-libxml2:
32
strategy:
33
matrix:
34
- libxml_version: ["2.12.9", "2.13.8","2.14.1"]
+ libxml_version: ["2.12.9", "2.13.8", "2.14.1", "2.15.1"]
35
name: With libxml ${{ matrix.libxml_version }}
36
runs-on: ubuntu-latest
37
steps:
@@ -58,4 +58,4 @@ jobs:
58
with:
59
command: test
60
env:
61
- LD_LIBRARY_PATH: /usr/local/lib
+ LD_LIBRARY_PATH: /usr/local/lib
0 commit comments