Skip to content

Commit

Permalink
#98: Get rid of lando-version in the matrix to fix matrix generation …
Browse files Browse the repository at this point in the history
…issue.
  • Loading branch information
reynoldsalec committed Feb 14, 2024
1 parent 934d2fd commit b571490
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
fail-fast: false
matrix:
lando-version:
- 3-dev-slim
include:
- image: php
tag: 8.3-fpm-4
Expand Down Expand Up @@ -105,10 +103,10 @@ jobs:
lando-plugin: true
version: dev
sync: false
- name: Setup lando ${{ matrix.lando-version }}
- name: Setup lando 3-dev-slim
uses: lando/setup-lando@v2
with:
lando-version: ${{ matrix.lando-version }}
lando-version: 3-dev-slim
config: |
setup.skipCommonPlugins=true
setup.plugins.@lando/php=/home/runner/work/php/php
Expand Down

0 comments on commit b571490

Please sign in to comment.