Skip to content

Commit 3369079

Browse files
committed
chore: rename master to 4.x
1 parent 9021a4f commit 3369079

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["4.x"]
66
pull_request:
7-
branches: ["master"]
7+
branches: ["4.x"]
88

99
jobs:
1010
test:

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Laravel 的阿里云对象存储 Storage 扩展
55

66
[![Latest Stable Version](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/v/stable)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
77
[![Total Downloads](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/downloads)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
8-
[![Test](https://github.com/alphasnow/aliyun-oss-laravel/actions/workflows/test.yml/badge.svg)](https://github.com/alphasnow/aliyun-oss-laravel/actions/workflows/test.yml)
8+
[![Test](https://github.com/alphasnow/aliyun-oss-laravel/workflows/Test/badge.svg?branch=4.x)](https://github.com/alphasnow/aliyun-oss-laravel/actions?query=branch:4.x)
99
[![License](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/license)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
1010

1111
这个包是封装 [aliyun-oss-flysystem](https://github.com/alphasnow/aliyun-oss-flysystem) 到 Laravel 来作为 Storage 使用.
@@ -16,7 +16,7 @@ Laravel 的阿里云对象存储 Storage 扩展
1616
| laravel | aliyun-oss-laravel | driver | readme |
1717
|:-------------|:-------------------|:-------|:-------|
1818
| \>=5.5,\<9.0 | ^3.0 | aliyun | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/3.x/README-CN.md) |
19-
| \>=9.0 | ^4.0 | oss | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/master/README-CN.md) |
19+
| \>=9.0 | ^4.0 | oss | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/4.x/README-CN.md) |
2020

2121
## 安装依赖
2222
1. 通过composer管理您的项目依赖,可以在你的项目根目录运行:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Alibaba Cloud Object Storage Service For Laravel
55

66
[![Latest Stable Version](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/v/stable)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
77
[![Total Downloads](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/downloads)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
8-
[![Test](https://github.com/alphasnow/aliyun-oss-laravel/actions/workflows/test.yml/badge.svg)](https://github.com/alphasnow/aliyun-oss-laravel/actions/workflows/test.yml)
8+
[![Test](https://github.com/alphasnow/aliyun-oss-laravel/workflows/Test/badge.svg?branch=4.x)](https://github.com/alphasnow/aliyun-oss-laravel/actions?query=branch:4.x)
99
[![License](https://poser.pugx.org/alphasnow/aliyun-oss-laravel/license)](https://packagist.org/packages/alphasnow/aliyun-oss-laravel)
1010

1111
This package is a wrapper bridging [aliyun-oss-flysystem](https://github.com/alphasnow/aliyun-oss-flysystem) into Laravel as an available storage disk.
@@ -16,7 +16,7 @@ If client direct transmission is required, Use web server signature direct trans
1616
| laravel | aliyun-oss-laravel | driver | readme |
1717
|:-------------|:-------------------|:-------|:-------|
1818
| \>=5.5,\<9.0 | ^3.0 | aliyun | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/3.x/README.md) |
19-
| \>=9.0 | ^4.0 | oss | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/master/README.md) |
19+
| \>=9.0 | ^4.0 | oss | [readme](https://github.com/alphasnow/aliyun-oss-laravel/blob/4.x/README.md) |
2020

2121
## Installation
2222
1. If you use the composer to manage project dependencies, run the following command in your project"s root directory:

0 commit comments

Comments
 (0)