Skip to content

Commit 2060192

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 fceb891 commit 2060192

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@ jobs:
8686
- php: '8.0'
8787
os: 'ubuntu-latest'
8888
libxml_minor: '2.11'
89-
- php: '8.3'
89+
- php: '8.2'
9090
os: 'ubuntu-latest'
9191
libxml_minor: '2.13'
92+
- php: '8.3'
93+
os: 'ubuntu-latest'
94+
libxml_minor: '2.14'
9295

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

0 commit comments

Comments
 (0)