Skip to content

Commit

Permalink
Another matrix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 14, 2024
1 parent a5dc2ba commit b1e6d9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- 3-dev-slim
image:
- php
tag:
- 8.3-fpm-4
context:
- images/8.3-fpm
include:
- tag: 8.3-fpm-4
context: images/8.3-fpm
Expand Down Expand Up @@ -95,10 +99,10 @@ jobs:
lando-plugin: true
version: dev
sync: false
- name: Setup lando 3-dev-slim
- name: Setup lando ${{ matrix.lando-version }}
uses: lando/setup-lando@v2
with:
lando-version: 3-dev-slim
lando-version: ${{ matrix.lando-version }}
config: |
setup.skipCommonPlugins=true
setup.plugins.@lando/php=/home/runner/work/php/php
Expand Down

0 comments on commit b1e6d9b

Please sign in to comment.