Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Feb 27, 2024
1 parent 8fb3b13 commit 1cdcd70
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build docker image
shell: sh
run: |
docker build . -t composer -f docker/apache/Dockerfile
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
extensions: |
gd
zip
- name: Composer install
shell: sh
Expand Down

0 comments on commit 1cdcd70

Please sign in to comment.