Skip to content

Commit 1048efc

Browse files
authored
Update PHP 8.3 (#16)
1 parent 9029c40 commit 1048efc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"require" : {
2828
"php" : "^8.1",
2929

30-
"jbzoo/phpunit" : "^7.0",
31-
"jbzoo/codestyle" : "^7.0",
30+
"jbzoo/phpunit" : "^7.1",
31+
"jbzoo/codestyle" : "^7.1",
3232
"jbzoo/markdown" : "^7.0",
3333

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

37-
"php-coveralls/php-coveralls" : ">=2.5.3",
37+
"php-coveralls/php-coveralls" : ">=2.7.0",
3838
"fakerphp/faker" : ">=1.23.0"
3939
},
4040

0 commit comments

Comments
 (0)