Update main-ci.yml
This commit is contained in:
parent
fbaaff619a
commit
56e10f1198
9
.github/workflows/main-ci.yml
vendored
9
.github/workflows/main-ci.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Docker Image CI
|
name: CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
@ -7,12 +7,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php_version: ["7.2", "7.3"]
|
php_version: ["7.1", "7.2", "7.3", "7.4"]
|
||||||
service: [php-fpm, php-worker]
|
service: [php-fpm, php-worker, workspace, laravel-horizon]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
|
env:
|
||||||
|
PHP_VERSION: ${{ matrix.php_version }}
|
||||||
run: |
|
run: |
|
||||||
cp env-example .env
|
cp env-example .env
|
||||||
sed -i -- "s/PHP_VERSION=.*/PHP_VERSION=${{ matrix.php_version }}/g" .env
|
|
||||||
docker-compose build ${{ matrix.service }}
|
docker-compose build ${{ matrix.service }}
|
||||||
|
Loading…
Reference in New Issue
Block a user