Skip to content

Commit e739623

Browse files
committed
up: update some dep config, require php 7.3+
1 parent 992207e commit e739623

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.3, 7.4, 8.0] #
13+
php: [7.3, 7.4, 8.0, 8.1] #
1414
os: [ubuntu-latest, macOS-latest] # windows-latest,
1515
include:
1616
- os: 'ubuntu-latest'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.3]
16+
php: [8.0]
1717

1818
steps:
1919
- name: Checkout

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Latest Stable Version](http://img.shields.io/packagist/v/toolkit/fsutil.svg)](https://packagist.org/packages/toolkit/fsutil)
66
[![Actions Status](https://github.com/php-toolkit/fsutil/workflows/Unit-tests/badge.svg)](https://github.com/php-toolkit/fsutil/actions)
77

8-
Some useful filesystem util for php
8+
Some useful file system util for php
99

1010
- basic filesystem operation
1111
- file read/write operation

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">7.1.0",
20+
"php": ">7.3.0",
2121
"toolkit/stdlib": "^1.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)