Skip to content

Commit

Permalink
Merge pull request #36 from Icinga/raise-php-requirement
Browse files Browse the repository at this point in the history
Raise min PHP requirement to v7.1
  • Loading branch information
nilmerg authored Aug 31, 2021
2 parents d3e6370 + 3a3d076 commit 4209774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']
include:
- php: '5.6'
allow_failure: true
- php: '7.0'
allow_failure: true

steps:
- name: Checkout code base
Expand Down
9 changes: 4 additions & 5 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Requirements <a id="installation-requirements"></a>

* Icinga Web 2 (&gt;= 2.6)
* PHP (&gt;= 5.6, preferably 7.x)
* Icinga Web 2 modules:
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>= 0.4)
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icingaweb2-module-ipl) (>= 0.2.1)
* PHP (>= 7.1)
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.6)
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.10)
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.7)

## Google Chrome/Chromium Setup <a id="installation-chrome-setup"></a>

Expand Down

0 comments on commit 4209774

Please sign in to comment.