Skip to content

Commit 1500ed7

Browse files
committed
wip
1 parent a120257 commit 1500ed7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ubuntu-latest, windows-latest]
11+
os: [ubuntu-latest]
1212
php: [8.0, 7.4]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All Notable changes to `regex` will be documented in this file
44

5+
## 1.4.2 - 2020-11-04
6+
7+
- add support for PHP 8.0
8+
- drop anything below PHP 7.3
9+
510
## 1.4.1 - 2019-06-19
611

712
- fix for #37

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Making regex great again
22

33
[![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)
45
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
56
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/regex.svg?style=flat-square)](https://packagist.org/packages/spatie/regex)
67

0 commit comments

Comments
 (0)