Skip to content

Commit 982ef1c

Browse files
committed
Add Arr::filterValue method to filter array value in recursive way
1 parent 1102da9 commit 982ef1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
16-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
16+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)