File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- php-version : ["7.3", "7.4"]
12+ php-version : ["7.2", "7. 3", "7.4"]
1313
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v2
1717
1818 - name : Setup PHP
19- uses : shivammathur/setup-php@v1
19+ uses : shivammathur/setup-php@v2
2020 with :
2121 php-version : ${{ matrix.php-version }}
2222 coverage : none
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## 1.1.0 - 2020-04-17
8+
9+ ### Added
10+
11+ - Added support for PHPUnit ` ^8|^9 ` .
12+
713## [ 1.0.2] - 2020-02-28
814
915### Changed
Original file line number Diff line number Diff line change 2121 "php" : " ^7.2"
2222 },
2323 "require-dev" : {
24- "phpunit/phpunit" : " ^9.0"
24+ "phpunit/phpunit" : " ^8.0|^ 9.0"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments