Skip to content

Commit 959fe4b

Browse files
committed
GH Actions: test against libxml 2.14
Libxml 2.14 has been released a few days ago. Considering the issues we've previously seen with different libxml versions, let's have at least one build which runs against libxml 2.14. Ref: https://gitlab.gnome.org/GNOME/libxml2/-/blob/2.14/NEWS
1 parent 615e25a commit 959fe4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@ jobs:
8181
- php: '8.0'
8282
os: 'ubuntu-latest'
8383
libxml_minor: '2.11'
84-
- php: '8.3'
84+
- php: '8.2'
8585
os: 'ubuntu-latest'
8686
libxml_minor: '2.13'
87+
- php: '8.3'
88+
os: 'ubuntu-latest'
89+
libxml_minor: '2.14'
8790

8891
# Extra builds running only the unit tests with different PHP ini settings.
8992
- php: '5.5'

0 commit comments

Comments
 (0)