Skip to content

Commit

Permalink
Update GitHub workflow and dependencies for PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Jan 28, 2024
1 parent 597f09d commit 304cc12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
JBZOO_COMPOSER_UPDATE_FLAGS: ${{ matrix.composer_flags }}
strategy:
matrix:
php-version: [ 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3 ]
coverage: [ xdebug, none ]
composer_flags: [ "--prefer-lowest", "" ]
steps:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3 ]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 8.1, 8.2 ]
php-version: [ 8.1, 8.2, 8.3 ]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -30,14 +30,14 @@
"php" : "^8.1",
"ext-json" : "*",

"jbzoo/data" : "^7.0",
"jbzoo/utils" : "^7.0",
"jbzoo/data" : "^7.1",
"jbzoo/utils" : "^7.1",
"jbzoo/event" : "^7.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^7.0",
"rmccue/requests" : ">=2.0.7",
"jbzoo/toolbox-dev" : "^7.1",
"rmccue/requests" : ">=2.0.10",
"guzzlehttp/guzzle" : ">=7.5.0"
},

Expand Down

0 comments on commit 304cc12

Please sign in to comment.