Skip to content

Commit 7dfa3a6

Browse files
committed
Fix slic command
1 parent c3b3b10 commit 7dfa3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
docker network prune -f
100100
${SLIC_BIN} use ${GITHUB_REPOSITORY#*/}
101-
${SLIC_BIN} slic php-version 8.0
101+
${SLIC_BIN} php-version 8.0
102102
${SLIC_BIN} composer set-version 2
103103
${SLIC_BIN} composer install
104104
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)