Skip to content

Commit 70476ef

Browse files
authored
Update GitHub workflow and dependencies for PHP 8.3 support (#25)
1 parent 597f09d commit 70476ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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:
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
matrix:
83-
php-version: [ 8.1, 8.2 ]
83+
php-version: [ 8.1, 8.2, 8.3 ]
8484
steps:
8585
- name: Checkout code
8686
uses: actions/checkout@v3
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: ubuntu-latest
115115
strategy:
116116
matrix:
117-
php-version: [ 8.1, 8.2 ]
117+
php-version: [ 8.1, 8.2, 8.3 ]
118118
steps:
119119
- name: Checkout code
120120
uses: actions/checkout@v3

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"php" : "^8.1",
3131
"ext-json" : "*",
3232

33-
"jbzoo/data" : "^7.0",
34-
"jbzoo/utils" : "^7.0",
33+
"jbzoo/data" : "^7.1",
34+
"jbzoo/utils" : "^7.1",
3535
"jbzoo/event" : "^7.0"
3636
},
3737

3838
"require-dev" : {
39-
"jbzoo/toolbox-dev" : "^7.0",
40-
"rmccue/requests" : ">=2.0.7",
39+
"jbzoo/toolbox-dev" : "^7.1",
40+
"rmccue/requests" : ">=2.0.10",
4141
"guzzlehttp/guzzle" : ">=7.5.0"
4242
},
4343

0 commit comments

Comments
 (0)