File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- php-version : ['7.3 ', '8.2']
17+ php-version : ['7.4 ', '8.2']
1818 prefer-lowest : ['']
1919 include :
20- - php-version : ' 7.3 '
20+ - php-version : ' 7.4 '
2121 prefer-lowest : ' prefer-lowest'
2222
2323 steps :
@@ -53,19 +53,19 @@ jobs:
5353 fi
5454
5555 - name : Configure PHPUnit matcher
56- if : matrix.php-version == '7.3 '
56+ if : matrix.php-version == '7.4 '
5757 uses : mheap/phpunit-matcher-action@main
5858
5959 - name : Run PHPUnit
6060 run : |
61- if [[ ${{ matrix.php-version }} == '7.3 ' ]]; then
61+ if [[ ${{ matrix.php-version }} == '7.4 ' ]]; then
6262 export CODECOVERAGE=1 && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
6363 else
6464 vendor/bin/phpunit
6565 fi
6666
6767 - name : Submit code coverage
68- if : success() && matrix.php-version == '7.3 '
68+ if : success() && matrix.php-version == '7.4 '
6969 uses : codecov/codecov-action@v3
7070
7171 cs-stan :
7878 - name : Setup PHP
7979 uses : shivammathur/setup-php@v2
8080 with :
81- php-version : ' 7.3 '
81+ php-version : ' 7.4 '
8282 extensions : mbstring, intl
8383 tools : cs2pr
8484 coverage : none
@@ -105,4 +105,4 @@ jobs:
105105
106106 - name : Run phpstan
107107 if : success() || failure()
108- run : vendor/bin/phpstan.phar analyse --error-format=github
108+ run : vendor/bin/phpstan analyse --error-format=github
Original file line number Diff line number Diff line change 4444 }
4545 ],
4646 "require" :{
47- "php" : " >=7.3 " ,
47+ "php" : " >=7.4 " ,
4848 "cakephp/cakephp" : " ^4.2"
4949 },
5050 "require-dev" : {
You can’t perform that action at this time.
0 commit comments