Skip to content

Commit

Permalink
Added controller __invoke support, exception handler customization. A…
Browse files Browse the repository at this point in the history
…lso, some improvements.
  • Loading branch information
izniburak committed Jan 23, 2022
1 parent 5c7a11d commit ec19a9a
Show file tree
Hide file tree
Showing 9 changed files with 264 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.2.5, 8.0]
php: [7.2.5, 8.0, 8.1]
stability: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
Loading

0 comments on commit ec19a9a

Please sign in to comment.