File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 php-version :
20- - " 8.2 "
20+ - " 8.3 "
2121
2222 steps :
2323 - uses : " actions/checkout@v4"
2727 php-version : " ${{ matrix.php-version }}"
2828 ini-values : " ${{ env.INI_VALUES }}"
2929 tools : composer-normalize,composer-require-checker,composer-unused
30- - uses : " ramsey/composer-install@v2 "
30+ - uses : " ramsey/composer-install@v3 "
3131
3232 - run : " composer validate --strict"
3333 - run : " composer-normalize --dry-run"
@@ -40,11 +40,11 @@ jobs:
4040 strategy :
4141 matrix :
4242 php-version :
43- - " 8.3 "
43+ - " 8.4 "
4444 code-coverage :
4545 - " none"
4646 include :
47- - php-version : " 8.2 "
47+ - php-version : " 8.3 "
4848 code-coverage : " pcov"
4949
5050 steps :
5454 coverage : " ${{ matrix.code-coverage }}"
5555 php-version : " ${{ matrix.php-version }}"
5656 ini-values : " ${{ env.INI_VALUES }}"
57- - uses : " ramsey/composer-install@v2 "
57+ - uses : " ramsey/composer-install@v3 "
5858
5959 - run : " vendor/bin/phpunit --no-coverage --no-logging"
6060 if : ${{ matrix.code-coverage == 'none' }}
7878 strategy :
7979 matrix :
8080 php-version :
81- - " 8.2 "
81+ - " 8.3 "
8282
8383 steps :
8484 - uses : " actions/checkout@v4"
8787 coverage : " none"
8888 php-version : " ${{ matrix.php-version }}"
8989 ini-values : " ${{ env.INI_VALUES }}"
90- - uses : " ramsey/composer-install@v2 "
90+ - uses : " ramsey/composer-install@v3 "
9191
9292 - run : " vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ~8.2 .0 || ~8.3 .0"
14+ "php" : " ~8.3 .0 || ~8.4 .0"
1515 },
1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^11.3.6" ,
18- "slam/php-cs-fixer-extensions" : " ^3.11.1 "
18+ "slam/php-cs-fixer-extensions" : " ^3.12.0 "
1919 },
2020 "autoload" : {
2121 "files" : [
You can’t perform that action at this time.
0 commit comments