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 7cf3723 commit 75e2525Copy full SHA for 75e2525
1 file changed
.github/workflows/ci.yml
@@ -44,9 +44,9 @@ jobs:
44
uses: actions/cache@v1.0.1
45
with:
46
path: ./vendor/
47
- key: ${{ matrix.composer }}-${{ hashFiles('**/composer.lock') }}
+ key: ${{ matrix.composer }}-${{ hashFiles('**/composer.lock') }}
48
- name: 'Run Example: ${{ matrix.example }}'
49
- run: php ./examples/${{ matrix.example }}.php
+ run: php ./examples/${{ matrix.example }}.php
50
qa:
51
strategy:
52
matrix:
0 commit comments