Skip to content

Commit 439643e

Browse files
authored
Add tests on PHP 8.1 (#80)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
1 parent 48f1afa commit 439643e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.2, 7.3, 7.4, 8.0 ]
12+
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414
redis-version: [ 6 ]
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ composer require promphp/prometheus_push_gateway_php
129129

130130
### Dependencies
131131

132-
* PHP ^7.2
132+
* PHP ^7.2 | ^8.0
133133
* PHP Redis extension
134134
* PHP APCu extension
135135
* [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

0 commit comments

Comments
 (0)