Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 8, 2022
1 parent 2d88aab commit 00500ea
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
laravel:
- "8.x"
dependencies:
- "locked"
- "highest"
experimental:
- false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
laravel:
- "8.x"
dependencies:
- "locked"
- "highest"
experimental:
- false

Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/experimental.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/tests-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- "^8.67"
- "9.x"
dependencies:
- "locked"
- "highest"
- "lowest"
experimental:
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
- "^8.67"
- "9.x"
dependencies:
- "locked"
- "highest"
- "lowest"
experimental:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- "^8.67"
- "^9.0"
dependencies:
- "locked"
- "highest"
- "lowest"
experimental:
Expand Down Expand Up @@ -65,7 +64,6 @@ jobs:
- "^8.67"
- "^9.0"
dependencies:
- "locked"
- "highest"
- "lowest"
experimental:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Notes for v2.x

This changelog references the relevant changes (bug and security fixes) done to `laravie/serialize-queries`.

## 2.0.0

Released: 2022-02-08

### Changes

* Limit support to Laravel Framework v8 and above.
* Remove `opis/closure` dependency and uses `laravel/serializable-closure`.

0 comments on commit 00500ea

Please sign in to comment.