Skip to content

Commit 30f19c9

Browse files
author
Jakob Linskeseder
committed
Test on PHP 8.1
Also removed PHP versions that are not actively tested anymore.
1 parent f3b32a5 commit 30f19c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: ['ubuntu-latest']
15-
php-versions: ['7.3', '7.4', '8.0']
15+
php-versions: ['7.3', '7.4', '8.0', '8.1']
1616
phpunit-versions: ['latest']
1717
include:
1818
- operating-system: 'ubuntu-latest'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LightnCandy
33

44
⚡🍭 An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).
55

6-
CI status: [![Unit testing](https://github.com//zordius/lightncandy/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/zordius/lightncandy/actions/workflows/php.yml) [![Regression testing](https://github.com//zordius/HandlebarsTest/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/zordius/HandlebarsTest/actions/workflows/php.yml) tested PHP: 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 [![Coverage Status](https://coveralls.io/repos/github/zordius/lightncandy/badge.svg?branch=master)](https://coveralls.io/github/zordius/lightncandy?branch=master)
6+
CI status: [![Unit testing](https://github.com//zordius/lightncandy/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/zordius/lightncandy/actions/workflows/php.yml) [![Regression testing](https://github.com//zordius/HandlebarsTest/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/zordius/HandlebarsTest/actions/workflows/php.yml) tested PHP: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 [![Coverage Status](https://coveralls.io/repos/github/zordius/lightncandy/badge.svg?branch=master)](https://coveralls.io/github/zordius/lightncandy?branch=master)
77

88
Package on packagist: [![Latest Stable Version](https://poser.pugx.org/zordius/lightncandy/v/stable.svg)](https://packagist.org/packages/zordius/lightncandy) [![License](https://poser.pugx.org/zordius/lightncandy/license.svg)](https://github.com/zordius/lightncandy/blob/master/LICENSE.md) [![Total Downloads](https://poser.pugx.org/zordius/lightncandy/downloads)](https://packagist.org/packages/zordius/lightncandy)
99

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.3.0"
14+
"php": ">=7.1"
1515
},
1616
"require-dev": {
1717
"php-coveralls/php-coveralls": "^2.1",

0 commit comments

Comments
 (0)