Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Mar 23, 2021
1 parent b0ad0f2 commit 64b405d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

strategy:
matrix:
php-version:
- "7.3"

dependencies:
- "locked"
Expand All @@ -27,17 +25,17 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected]"
uses: actions/[email protected]
with:
ref: main
fetch-depth: 0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@1.7.1"
uses: shivammathur/setup-php@v2
with:
coverage: "none"
extensions: "mbstring"
php-version: "${{ matrix.php-version }}"
coverage: none
extensions: mbstring
php-version: 7.3

- name: "Install dependencies"
run: "composer install --prefer-dist --no-dev --no-interaction --no-progress"
Expand Down

0 comments on commit 64b405d

Please sign in to comment.