File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
12on :
23 push :
34 branches : [ master ]
45 pull_request :
56 branches : [ master ]
6-
77env :
88 timezone : UTC
9-
109jobs :
1110 run :
1211 runs-on : ubuntu-latest
@@ -27,14 +26,14 @@ jobs:
2726 coverage : pcov
2827 extensions : ctype dom igbinary libxml mbstring msgpack simplexml xml zip
2928 ini-values : assert.exception=1
30- - name : Cache Composer packages
31- id : composer-cache
32- uses : actions/cache@v2
33- with :
34- path : vendor
35- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
36- restore-keys : |
37- ${{ runner.os }}-php-
29+ # - name: Cache Composer packages
30+ # id: composer-cache
31+ # uses: actions/cache@v2
32+ # with:
33+ # path: vendor
34+ # key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
35+ # restore-keys: |
36+ # ${{ runner.os }}-php-
3837 - name : Install dependencies
3938 run : composer update -o --prefer-dist --no-progress --no-interaction
4039 - name : Test with phpunit
You can’t perform that action at this time.
0 commit comments