Commit 1500ed7 1 parent a120257 commit 1500ed7 Copy full SHA for 1500ed7
File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- os : [ubuntu-latest, windows-latest ]
11
+ os : [ubuntu-latest]
12
12
php : [8.0, 7.4]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` regex ` will be documented in this file
4
4
5
+ ## 1.4.2 - 2020-11-04
6
+
7
+ - add support for PHP 8.0
8
+ - drop anything below PHP 7.3
9
+
5
10
## 1.4.1 - 2019-06-19
6
11
7
12
- fix for #37
Original file line number Diff line number Diff line change 1
1
# Making regex great again
2
2
3
3
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/spatie/regex.svg?style=flat-square )] ( https://packagist.org/packages/spatie/regex )
4
+ ![ Tests] ( https://github.com/spatie/regex/workflows/Tests/badge.svg )
4
5
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.md )
5
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/spatie/regex.svg?style=flat-square )] ( https://packagist.org/packages/spatie/regex )
6
7
You can’t perform that action at this time.
0 commit comments