We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d36938 commit c28c152Copy full SHA for c28c152
.github/workflows/test.yml
@@ -82,6 +82,7 @@ jobs:
82
strategy:
83
matrix:
84
php:
85
+ - '5.3'
86
- '5.4'
87
- '5.5'
88
- '5.6'
README.md
@@ -10,7 +10,7 @@ Additionally `blame` can be used to show commits that introduced the breakage.
10
11
Running parallel jobs in PHP is inspired by Nette framework tests.
12
13
-The application is officially supported for use with PHP 5.4 to 8.0.
+The application is officially supported for use with PHP 5.3 to 8.0.
14
15
## Table of contents
16
0 commit comments