File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 dependencies : ["lowest", "highest"]
2020 php-version :
21- - " 8.1"
2221 - " 8.2"
2322 - " 8.3"
2423
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : shivammathur/setup-php@master
1616 with :
17- php-version : 8.2
17+ php-version : 8.3
1818 coverage : xdebug
1919 - name : Load dependencies from cache
2020 id : composer-cache
2323 - uses : actions/cache@v4
2424 with :
2525 path : ${{ steps.composer-cache.outputs.dir }}
26- key : ${{ runner.os }}-php8.2 -composer-${{ hashFiles('**/composer.json') }}
26+ key : ${{ runner.os }}-php8.3 -composer-${{ hashFiles('**/composer.json') }}
2727 restore-keys : |
28- ${{ runner.os }}-php8.2 -composer-
28+ ${{ runner.os }}-php8.3 -composer-
2929
3030 - run : composer install --prefer-dist --no-progress --no-suggest
3131 - run : php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 44 "description" : " brainbits controlling functional test helpers" ,
55 "license" : " MIT" ,
66 "require" : {
7- "php" : " ^8.1 " ,
7+ "php" : " ^8.2 " ,
88 "thecodingmachine/safe" : " ^2.0"
99 },
1010 "require-dev" : {
You can’t perform that action at this time.
0 commit comments