Skip to content

Commit

Permalink
chore: add tests on php 8.1, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 29, 2021
1 parent edf350a commit 001ca21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0] # 7.3, 7.4,
php: [8.0, 8.1] # 7.3, 7.4,
# os: [ubuntu-latest] # windows-latest,
# include:
# - os: 'ubuntu-latest'
Expand Down
4 changes: 3 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Full-featured php command line application library.

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

> NOTICE: Current v4.1+, require **PHP 8.0+**
> NOTICE: Current version **v4.1+**, require **PHP 8.0+**
## Command line preview

Expand Down Expand Up @@ -48,6 +48,8 @@ Provide console parameter parsing, command run, color style output, user informa
## Installation

- Requirement PHP 8.0+

```bash
composer require inhere/console
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

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

Expand Down Expand Up @@ -61,7 +61,7 @@

## 快速安装

- Requirement php 7.3+
- Requirement PHP 8.0+

```bash
composer require inhere/console
Expand Down

0 comments on commit 001ca21

Please sign in to comment.