File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2525 if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : zenstruck/.github@ php-cs-fixer
28+ - uses : zenstruck/.github/actions/ php-cs-fixer@main
2929 with :
3030 php : 8
3131 key : ${{ secrets.GPG_PRIVATE_KEY }}
3636 if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') && github.repository_owner == 'zenstruck'
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : zenstruck/.github@ sync-with-template
39+ - uses : zenstruck/.github/actions/ sync-with-template@main
4040 with :
4141 key : ${{ secrets.GPG_PRIVATE_KEY }}
4242 token : ${{ secrets.COMPOSER_TOKEN }}
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " >=8.0 "
14+ "php" : " >=8.1 "
1515 },
1616 "require-dev" : {
1717 "phpstan/phpstan" : " ^1.4" ,
1818 "phpunit/phpunit" : " ^9.6.19" ,
19- "symfony/phpunit-bridge" : " ^6.1 " ,
20- "symfony/var-dumper" : " ^5 .4|^6 .0"
19+ "symfony/phpunit-bridge" : " ^6.4|^7.0|^8.0 " ,
20+ "symfony/var-dumper" : " ^6 .4|^7.0|^8 .0"
2121 },
2222 "config" : {
2323 "preferred-install" : " dist" ,
2828 },
2929 "autoload-dev" : {
3030 "psr-4" : { "Zenstruck\\ Tests\\ " : [" tests/" ] }
31- }
31+ },
32+ "minimum-stability" : " dev" ,
33+ "prefer-stable" : true
3234}
You can’t perform that action at this time.
0 commit comments