File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,29 +59,29 @@ jobs:
5959 composer global require php-coveralls/php-coveralls
6060 php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
62- tests-last :
63- runs-on : ubuntu-20.04
64- timeout-minutes : 30
62+ tests-last :
63+ runs-on : ubuntu-20.04
64+ timeout-minutes : 30
6565
66- strategy :
67- fail-fast : true
66+ strategy :
67+ fail-fast : true
6868
69- name : PHP 8.2 - Last
69+ name : PHP 8.2 - Last
7070
71- steps :
72- - name : Checkout
73- uses : actions/checkout@v3
71+ steps :
72+ - name : Checkout
73+ uses : actions/checkout@v3
7474
75- - name : Setup PHP
76- uses : shivammathur/setup-php@v2
77- with :
78- php-version : 8.2
79- tools : composer
80- coverage : xdebug
75+ - name : Setup PHP
76+ uses : shivammathur/setup-php@v2
77+ with :
78+ php-version : 8.2
79+ tools : composer
80+ coverage : xdebug
8181
82- - name : Install dependencies
83- run :
84- composer update
82+ - name : Install dependencies
83+ run :
84+ composer update
8585
86- - name : PHPUnit
87- run : vendor/bin/phpunit --verbose
86+ - name : PHPUnit
87+ run : vendor/bin/phpunit --verbose
You can’t perform that action at this time.
0 commit comments