Skip to content

Commit 001ca21

Browse files
committed
chore: add tests on php 8.1, update readme
1 parent edf350a commit 001ca21

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [8.0] # 7.3, 7.4,
18+
php: [8.0, 8.1] # 7.3, 7.4,
1919
# os: [ubuntu-latest] # windows-latest,
2020
# include:
2121
# - os: 'ubuntu-latest'

README.en.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Full-featured php command line application library.
1010

1111
Provide console parameter parsing, command run, color style output, user information interaction, and special format information display.
1212

13-
> NOTICE: Current v4.1+, require **PHP 8.0+**
13+
> NOTICE: Current version **v4.1+**, require **PHP 8.0+**
1414
1515
## Command line preview
1616

@@ -48,6 +48,8 @@ Provide console parameter parsing, command run, color style output, user informa
4848
4949
## Installation
5050

51+
- Requirement PHP 8.0+
52+
5153
```bash
5254
composer require inhere/console
5355
```

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
简洁、功能全面的php命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示。
1010

11-
> NOTICE: Current v4.1+, require **PHP 8.0+**
11+
> NOTICE: Current version **v4.1+**, require **PHP 8.0+**
1212
1313
## 命令行预览
1414

@@ -61,7 +61,7 @@
6161

6262
## 快速安装
6363

64-
- Requirement php 7.3+
64+
- Requirement PHP 8.0+
6565

6666
```bash
6767
composer require inhere/console

0 commit comments

Comments
 (0)