File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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 2424
2525 "require" : {
2626 "php" : " ^8.1" ,
27- "jbzoo/utils" : " ^7.0 "
27+ "jbzoo/utils" : " ^7.1 "
2828 },
2929
3030 "require-dev" : {
31- "jbzoo/toolbox-dev" : " ^7.0 "
31+ "jbzoo/toolbox-dev" : " ^7.1 "
3232 },
3333
3434 "autoload" : {
You can’t perform that action at this time.
0 commit comments