Skip to content

Commit ec19a9a

Browse files
committed
Added controller __invoke support, exception handler customization. Also, some improvements.
1 parent 5c7a11d commit ec19a9a

File tree

9 files changed

+264
-226
lines changed

9 files changed

+264
-226
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [7.2.5, 8.0]
12+
php: [7.2.5, 8.0, 8.1]
1313
stability: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)