Skip to content

Commit ab6e1dc

Browse files
committed
Add specific configurations for html5lib tests.
1 parent fe3bc4a commit ab6e1dc

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,56 @@ jobs:
9292
multisite: false
9393
memcached: false
9494
report: true
95+
# Include html5lib tests.
96+
- os: ubuntu-latest
97+
php: '7.2'
98+
db-type: 'mysql'
99+
db-version: '5.7'
100+
tests-domain: 'example.org'
101+
multisite: false
102+
html5lib-tests: true
103+
- os: ubuntu-latest
104+
php: '7.3'
105+
db-type: 'mysql'
106+
db-version: '5.7'
107+
tests-domain: 'example.org'
108+
multisite: false
109+
html5lib-tests: true
110+
- os: ubuntu-latest
111+
php: '7.4'
112+
db-type: 'mysql'
113+
db-version: '5.7'
114+
tests-domain: 'example.org'
115+
multisite: false
116+
html5lib-tests: true
117+
- os: ubuntu-latest
118+
php: '8.0'
119+
db-type: 'mysql'
120+
db-version: '5.7'
121+
tests-domain: 'example.org'
122+
multisite: false
123+
html5lib-tests: true
124+
- os: ubuntu-latest
125+
php: '8.1'
126+
db-type: 'mysql'
127+
db-version: '5.7'
128+
tests-domain: 'example.org'
129+
multisite: false
130+
html5lib-tests: true
131+
- os: ubuntu-latest
132+
php: '8.2'
133+
db-type: 'mysql'
134+
db-version: '5.7'
135+
tests-domain: 'example.org'
136+
multisite: false
137+
html5lib-tests: true
138+
- os: ubuntu-latest
139+
php: '8.3'
140+
db-type: 'mysql'
141+
db-version: '5.7'
142+
tests-domain: 'example.org'
143+
multisite: false
144+
html5lib-tests: true
95145
with:
96146
os: ${{ matrix.os }}
97147
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)