Skip to content

Commit c28c152

Browse files
glenscgrogy
authored andcommitted
Add php 5.3 to CI and listed as supported
1 parent 2d36938 commit c28c152

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
strategy:
8383
matrix:
8484
php:
85+
- '5.3'
8586
- '5.4'
8687
- '5.5'
8788
- '5.6'

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Additionally `blame` can be used to show commits that introduced the breakage.
1010

1111
Running parallel jobs in PHP is inspired by Nette framework tests.
1212

13-
The application is officially supported for use with PHP 5.4 to 8.0.
13+
The application is officially supported for use with PHP 5.3 to 8.0.
1414

1515
## Table of contents
1616

0 commit comments

Comments
 (0)