Skip to content

Commit 9e574e4

Browse files
committed
Merge branch 'release/1.1.6'
2 parents a128830 + c1e1783 commit 9e574e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
env:
14-
latest_php: 8.3
14+
latest_php: 8.4
1515

1616
strategy:
1717
fail-fast: false
@@ -20,7 +20,7 @@ jobs:
2020
php: [
2121
'5.5', '5.6',
2222
'7.0', '7.1', '7.2', '7.3', '7.4',
23-
'8.0', '8.1', '8.2', '8.3'
23+
'8.0', '8.1', '8.2', '8.3', '8.4'
2424
]
2525

2626
name: PHP ${{ matrix.php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ext-json": "*"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
17+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)