mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-18 02:22:53 -05:00
Drop lint tests for PHP 5.6 and 7.0
This commit is contained in:
parent
dde924e2b4
commit
2e89039170
1 changed files with 1 additions and 6 deletions
7
.github/workflows/php.yml
vendored
7
.github/workflows/php.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue