Skip to content

Commit 02e9d75

Browse files
authored
Add support for PHP 8.3 and update jbzoo dependencies to ^7.1 (#6)
1 parent dce2caa commit 02e9d75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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:
@@ -77,7 +77,7 @@ jobs:
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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" : {

0 commit comments

Comments
 (0)