Skip to content

Commit f7df6c0

Browse files
authored
Fix a typo for the incorrect version used
This is to fix a typo for the incorrect version used which is `v7` instead of `v6`
1 parent 07d9028 commit f7df6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
...
8282
8383
- name: Install dependencies
84-
uses: php-actions/composer@v7
84+
uses: php-actions/composer@v6
8585
with:
8686
dev: no
8787
args: --profile --ignore-platform-reqs

0 commit comments

Comments
 (0)