We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7f5c1 commit 74ce6c1Copy full SHA for 74ce6c1
.github/workflows/build-ci.yml
@@ -30,9 +30,9 @@ jobs:
30
name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
31
32
steps:
33
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
34
- name: Show PHP version
35
- run: php${{ matrix.php }} -v && composer -V
+ run: php -v && composer -V
36
- name: Show Docker version
37
run: if [[ "$DEBUG" == "true" ]]; then docker version && env; fi
38
env:
0 commit comments