Skip to content

Commit

Permalink
add PHP 8.4 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Jan 17, 2025
1 parent 8a008bf commit c26458d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Laravel URL Route Trailing Slash
================================

1.1.13 Under Development
------------------------

- Bug #17: Fixed missing explicit nullable type hint at `Router` for PHP 8.4 (daikazu)


1.1.12, May 17, 2024
--------------------

Expand Down

0 comments on commit c26458d

Please sign in to comment.