Fixing build matrix
This commit is contained in:
parent
409875ecda
commit
f63e921033
1 changed files with 8 additions and 3 deletions
|
@ -3,12 +3,17 @@ workspace:
|
|||
path: package
|
||||
|
||||
matrix:
|
||||
FLOW_VERSION:
|
||||
- 6.3
|
||||
include:
|
||||
- FLOW_VERSION: 6.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 7.4
|
||||
- FLOW_VERSION: 7.3
|
||||
PHP_VERSION: 8.2
|
||||
|
||||
pipeline:
|
||||
functional-tests:
|
||||
image: thecodingmachine/php:7.4-v4-cli
|
||||
image: "thecodingmachine/php:${PHP_VERSION}-v4-cli"
|
||||
environment:
|
||||
# Enable the PDO_SQLITE extension
|
||||
- "PHP_EXTENSION_PDO_SQLITE=1"
|
||||
|
|
Loading…
Add table
Reference in a new issue