Skip to content

Commit 8b4d2e1

Browse files
committed
Fix 8.4 deprecations
fix null pointer when merging objects with no required params Require 8.1
1 parent 93840bd commit 8b4d2e1

6 files changed

Lines changed: 202 additions & 543 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Test
22
on: [ push ]
33
jobs:
44
test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
strategy:
77
matrix:
8-
php: [ '8.0', '8.1' ]
8+
php: [ '8.1', '8.2', '8.3', '8.4' ]
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: mkdir -p build/logs

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^8.0",
16+
"php": "^8.1",
1717
"ext-json": "*"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)