mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
php: Don't run on legacy PHP versions
This commit is contained in:
parent
9f91b911bb
commit
fe8c0d4b34
1 changed files with 2 additions and 4 deletions
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
|
|
@ -6,8 +6,6 @@ on:
|
|||
- main
|
||||
- release/*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
@ -17,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['8.2', '8.3', '8.4']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
@ -51,7 +49,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['8.2', '8.3', '8.4']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue