Skip to content

Commit

Permalink
Update PHP 8.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jan 27, 2024
1 parent 9029c40 commit 1048efc
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
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", "" ]
steps:
Expand Down Expand Up @@ -77,7 +77,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 @@ -111,7 +111,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
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"require" : {
"php" : "^8.1",

"jbzoo/phpunit" : "^7.0",
"jbzoo/codestyle" : "^7.0",
"jbzoo/phpunit" : "^7.1",
"jbzoo/codestyle" : "^7.1",
"jbzoo/markdown" : "^7.0",

"jbzoo/jbdump" : ">=1.5.6|^7.0",
"symfony/var-dumper" : ">=4.4",
"symfony/var-dumper" : ">=6.4",

"php-coveralls/php-coveralls" : ">=2.5.3",
"php-coveralls/php-coveralls" : ">=2.7.0",
"fakerphp/faker" : ">=1.23.0"
},

Expand Down

0 comments on commit 1048efc

Please sign in to comment.