File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 JBZOO_COMPOSER_UPDATE_FLAGS : ${{ matrix.composer_flags }}
3535 strategy :
3636 matrix :
37- php-version : [ 8.1, 8.2 ]
37+ php-version : [ 8.1, 8.2, 8.3 ]
3838 coverage : [ xdebug, none ]
3939 composer_flags : [ "--prefer-lowest", "" ]
4040 steps :
7777 runs-on : ubuntu-latest
7878 strategy :
7979 matrix :
80- php-version : [ 8.1, 8.2 ]
80+ php-version : [ 8.1, 8.2, 8.3 ]
8181 steps :
8282 - name : Checkout code
8383 uses : actions/checkout@v3
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 strategy :
113113 matrix :
114- php-version : [ 8.1, 8.2 ]
114+ php-version : [ 8.1, 8.2, 8.3 ]
115115 steps :
116116 - name : Checkout code
117117 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2727 "require" : {
2828 "php" : " ^8.1" ,
2929
30- "jbzoo/phpunit" : " ^7.0 " ,
31- "jbzoo/codestyle" : " ^7.0 " ,
30+ "jbzoo/phpunit" : " ^7.1 " ,
31+ "jbzoo/codestyle" : " ^7.1 " ,
3232 "jbzoo/markdown" : " ^7.0" ,
3333
3434 "jbzoo/jbdump" : " >=1.5.6|^7.0" ,
35- "symfony/var-dumper" : " >=4 .4" ,
35+ "symfony/var-dumper" : " >=6 .4" ,
3636
37- "php-coveralls/php-coveralls" : " >=2.5.3 " ,
37+ "php-coveralls/php-coveralls" : " >=2.7.0 " ,
3838 "fakerphp/faker" : " >=1.23.0"
3939 },
4040
You can’t perform that action at this time.
0 commit comments