Skip to content

Commit

Permalink
Update Github workflow to use setup-php action
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtmetzger committed Feb 28, 2024
1 parent 2ab4582 commit 17b21b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automated-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ jobs:
- name: Install PHP GD extension
run: sudo apt-get install php-gd -y

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'

- name: Set up Composer
uses: php-actions/composer@v6
with:
php-version: '8.1'
# with:
# composer-options: install --no-dev --no-interaction --no-progress --no-suggest --optimize-autoloader --classmap-authoritative

Expand Down

0 comments on commit 17b21b2

Please sign in to comment.