Skip to content

Commit 32bcff9

Browse files
committed
Add github actions
1 parent cc59c92 commit 32bcff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4']
11+
php-versions: ['7.1', '7.2', '7.3', '7.4']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ composer require selective/base32
1919

2020
## Requirements
2121

22-
* PHP 7.0+
22+
* PHP 7.1.3+
2323

2424
## Usage
2525

0 commit comments

Comments
 (0)