File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed
Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v3
1010 - uses : php-actions/composer@v6
1111
12- - name : PHPUnit Tests PHP 8.0
12+ - name : PHPUnit Tests PHP 8.1
1313 uses : php-actions/phpunit@master
1414 with :
1515 bootstrap : vendor/autoload.php
1616 configuration : phpunit.xml
1717 args : --coverage-text
1818 php_extensions : xdebug bcmath
19- php_version : 8.0
19+ php_version : 8.1
2020 version : 10
2121 env :
2222 XDEBUG_MODE : coverage
2323
24- - name : PHPUnit Tests PHP 8.1
24+ - name : PHPUnit Tests PHP 8.2
2525 uses : php-actions/phpunit@master
2626 with :
2727 bootstrap : vendor/autoload.php
2828 configuration : phpunit.xml
2929 args : --coverage-text
3030 php_extensions : xdebug bcmath
31- php_version : 8.1
31+ php_version : 8.2
32+ version : 10
33+ env :
34+ XDEBUG_MODE : coverage
35+
36+ - name : PHPUnit Tests PHP 8.3
37+ uses : php-actions/phpunit@master
38+ with :
39+ bootstrap : vendor/autoload.php
40+ configuration : phpunit.xml
41+ args : --coverage-text
42+ php_extensions : xdebug bcmath
43+ php_version : 8.3
3244 version : 10
3345 env :
3446 XDEBUG_MODE : coverage
3547
36- - name : PHPUnit Tests PHP 8.2
48+ - name : PHPUnit Tests PHP 8.4
3749 uses : php-actions/phpunit@master
3850 with :
3951 bootstrap : vendor/autoload.php
4052 configuration : phpunit.xml
4153 args : --coverage-text
4254 php_extensions : xdebug bcmath
43- php_version : 8.2
55+ php_version : 8.4
4456 version : 10
4557 env :
46- XDEBUG_MODE : coverage
58+ XDEBUG_MODE : coverage
59+
You can’t perform that action at this time.
0 commit comments