Better matrix builds
This commit is contained in:
@ -1,19 +1,13 @@
|
|||||||
when:
|
when:
|
||||||
- event: [push, pull_request, pull_request_closed, tag, release, manual]
|
- event: [push, pull_request, pull_request_closed, tag, release, manual]
|
||||||
|
|
||||||
matrix:
|
|
||||||
PHP_VERSION:
|
|
||||||
- 8.0
|
|
||||||
- 8.1
|
|
||||||
- 8.2
|
|
||||||
- 8.3
|
|
||||||
steps:
|
steps:
|
||||||
- name: requirements
|
- name: requirements
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- composer install --no-dev
|
- composer install --no-dev
|
||||||
- name: run
|
- name: run
|
||||||
image: php:${PHP_VERSION}-cli
|
image: php:cli-alpine
|
||||||
commands:
|
commands:
|
||||||
- ./backup show config.example.yml
|
- ./backup show config.example.yml
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
|
Reference in New Issue
Block a user