Skip to content

Commit 6ed6c3b

Browse files
author
Greg Bowler
authored
Merge pull request #9 from php-actions/v6
Test v6
2 parents dafcade + b8ccf10 commit 6ed6c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@output-improvement
13+
uses: php-actions/composer@v6
14+
1415
with:
1516
php_version: '8.1'
1617
ssh_key: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)