File tree Expand file tree Collapse file tree 3 files changed +569
-748
lines changed
Expand file tree Collapse file tree 3 files changed +569
-748
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
@@ -146,7 +146,7 @@ jobs:
146146 needs : [ phpunit, linters, report ]
147147 strategy :
148148 matrix :
149- php-version : [ 8.1, 8.2 ]
149+ php-version : [ 8.1, 8.2, 8.3 ]
150150 steps :
151151 - name : Checkout code
152152 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " ^8.1" ,
2424
25- "jbzoo/data" : " ^7.0 " ,
26- "jbzoo/mermaid-php" : " ^7.0 " ,
27- "jbzoo/utils" : " ^7.0 " ,
28- "jbzoo/cli" : " ^7.1.1 " ,
25+ "jbzoo/data" : " ^7.1 " ,
26+ "jbzoo/mermaid-php" : " ^7.2 " ,
27+ "jbzoo/utils" : " ^7.1 " ,
28+ "jbzoo/cli" : " ^7.1.7 " ,
2929
30- "symfony/console" : " >=4 .4"
30+ "symfony/console" : " >=6 .4"
3131 },
3232
3333 "require-dev" : {
34- "jbzoo/toolbox-dev" : " ^7.0 " ,
35- "symfony/process" : " >=4 .4"
34+ "jbzoo/toolbox-dev" : " ^7.1 " ,
35+ "symfony/process" : " >=6 .4"
3636 },
3737
3838 "autoload" : {
You can’t perform that action at this time.
0 commit comments