Skip to content

Commit 5ba3d0b

Browse files
committed
Merge branch '6.x' into 8.x
2 parents 36f5aac + 3871a44 commit 5ba3d0b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
linux_tests:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212

1313
services:
1414
memcached:

CHANGELOG-6.x.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Release Notes for 6.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.17...6.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.18...6.x)
4+
5+
6+
## [v6.20.18 (2021-03-09)](https://github.com/laravel/framework/compare/v6.20.17...v6.20.18)
7+
8+
### Fixed
9+
- Fix validator treating null as true for (required|exclude)_(if|unless) due to loose `in_array()` check ([#36504](https://github.com/laravel/framework/pull/36504))
10+
11+
### Changed
12+
- Delete existing links that are broken in `Illuminate\Foundation\Console\StorageLinkCommand` ([#36470](https://github.com/laravel/framework/pull/36470))
413

514

615
## [v6.20.17 (2021-03-02)](https://github.com/laravel/framework/compare/v6.20.16...v6.20.17)

0 commit comments

Comments
 (0)