Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac38dc4

Browse files
committedJun 18, 2025·
2 parents 52bd51d + 80f6855 commit ac38dc4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.3.0
16+
uses: dependabot/fetch-metadata@v2.4.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

‎CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `laravel-db-doc` will be documented in this file.
44

5+
## Added Laravel 12 and PHP 8.4 Support - 2025-05-01
6+
7+
### What's Changed
8+
9+
* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/cleaniquecoders/laravel-db-doc/pull/19
10+
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/cleaniquecoders/laravel-db-doc/pull/20
11+
* Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/cleaniquecoders/laravel-db-doc/pull/21
12+
13+
**Full Changelog**: https://github.com/cleaniquecoders/laravel-db-doc/compare/1.4.1...1.5.0
14+
515
## 1.4.2 - 2024-05-26
616

717
**Full Changelog**: https://github.com/cleaniquecoders/laravel-db-doc/compare/1.4.1...1.4.2

0 commit comments

Comments
 (0)
Please sign in to comment.