Skip to content

Commit

Permalink
Update PHP dependencies and testing versions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jan 28, 2024
1 parent 31086cf commit 14661fe
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 130 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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", "" ]
build-action: [ "update" ]
Expand Down Expand Up @@ -78,7 +78,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 @@ -112,7 +112,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 @@ -146,7 +146,7 @@ jobs:
needs: [ phpunit, linters, report ]
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"ext-json" : "*",
"ext-filter" : "*",

"jbzoo/data" : "^7.0",
"jbzoo/data" : "^7.1",
"jbzoo/markdown" : "^7.0",
"jbzoo/cli" : "^7.1.1",

"symfony/console" : ">=5.4",
"symfony/process" : ">=5.4",
"symfony/console" : ">=6.4",
"symfony/process" : ">=6.4",
"composer/semver" : ">=1.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "^7.0",
"jbzoo/toolbox-dev" : "^7.1",
"roave/security-advisories" : "dev-master",
"composer/composer" : ">=2.0"
},
Expand Down
Loading

0 comments on commit 14661fe

Please sign in to comment.