0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-10-18 04:34:06 +00:00

(Jenkinsfile) build more versions

This commit is contained in:
Stefan Siegl 2020-08-21 12:46:58 +02:00
parent ebd2fd865b
commit ec583e343b
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

4
Jenkinsfile vendored
View File

@ -7,11 +7,11 @@ pipeline {
axes {
axis {
name 'PHPVER'
values '7.3.16', '7.4.4'
values '7.3.21', '7.4.9'
}
axis {
name 'V8VER'
values '7.9'
values '7.9', '8.4', '8.6'
}
}
stages {