Skip to content

Commit

Permalink
Merge pull request #149 from SwedbankPay/ix
Browse files Browse the repository at this point in the history
Update build-release.yml
  • Loading branch information
aait authored Sep 25, 2023
2 parents 1c97583 + a0a1535 commit 23382af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

- name: Install dependencies
uses: shivammathur/setup-php@master
with:
php-version: '7.4'
extensions: intl, mbstring, json, bcmath
coverage: xdebug
tools: composer:v1

- name: Build
run: |
composer install --no-dev
Expand Down

0 comments on commit 23382af

Please sign in to comment.