Skip to content

Commit b68ccd2

Browse files
authored
Undo dropping of PHP 7.2 support (#119)
Do not drop PHP 7.2 support yet
2 parents f96d63b + dbfe09e commit b68ccd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
20+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
2121
os: ['ubuntu-latest']
2222

2323
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Icinga Web Jira Integration
22

3-
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.3-777BB4?logo=PHP)](https://php.net/)
3+
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
44
![Build Status](https://github.com/icinga/icingaweb2-module-jira/workflows/PHP%20Tests/badge.svg?branch=main)
55
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-jira.svg)](https://github.com/Icinga/icingaweb2-module-jira)
66

doc/02-Installation.md.d/From-Source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Make sure you use `jira` as the module name. The following requirements must als
66

77
## Requirements
88

9-
* PHP (≥7.3)
9+
* PHP (≥7.2)
1010
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
1111
* Icinga Web libraries:
1212
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.11)

0 commit comments

Comments
 (0)