Skip to content

Commit

Permalink
Correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Dec 29, 2024
1 parent 0f69e9e commit 51a0d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: actions/checkout@v3 php-actions/composer@v6
uses: actions/checkout@v3
uses: php-actions/composer@v6
with:
php_version: "8.2"
php_extensions: gd zip
Expand Down

0 comments on commit 51a0d58

Please sign in to comment.