File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 matrix :
1818 php : [7.3, 7.4, 8.0] #
1919 os : [ubuntu-latest, macOS-latest] # windows-latest,
20- include :
21- - os : ' ubuntu-latest'
22- php : ' 7.2'
23- phpunit : ' 8.5.13'
20+ # include:
21+ # - os: 'ubuntu-latest'
22+ # php: '7.2'
23+ # phpunit: '8.5.13'
2424
2525 steps :
2626 - name : Checkout
4747 coverage : none # optional, setup coverage driver: xdebug, none
4848
4949 - name : Install dependencies
50- run : composer install --no-progress --no-suggest
50+ run : composer install --no-progress
5151
5252 # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
5353 # Docs: https://getcomposer.org/doc/articles/scripts.md
Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : true
1515 matrix :
16- php : [7.3 ]
16+ php : [8.0 ]
1717
1818 steps :
1919 - name : Checkout
4040 run : |
4141 tag1=${GITHUB_REF#refs/*/}
4242 echo "release tag: ${tag1}"
43- composer install --no-progress --no-suggest
43+ composer install --no-progress
4444
4545 # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
4646 # Docs: https://getcomposer.org/doc/articles/scripts.md
You can’t perform that action at this time.
0 commit comments