Skip to content

Commit

Permalink
Use php 8.1 in composer build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvm committed Oct 12, 2024
1 parent 08d1b30 commit 7debfa3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-strato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
- name: Checkout master
uses: actions/checkout@v3

# TODO: maybe install imagick

- name: Install dependencies
uses: php-actions/composer@v4
uses: php-actions/composer@v6
with:
#composer_version: 1
php_version: 8.0
php_version: "8.1"
php_extensions: pcntl
version: latest
working_dir: app

# TODO: rename from warmup to build, it's no longer a warmup now.
Expand Down

0 comments on commit 7debfa3

Please sign in to comment.