Discontinue 7.3 & 7.4, latest is now 8.2
This commit is contained in:
parent
56f24722c2
commit
d5950edf25
3 changed files with 5 additions and 5 deletions
4
.github/workflows/php-core.yml
vendored
4
.github/workflows/php-core.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
#- "7.0"
|
||||
#- "7.1"
|
||||
#- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
#- "7.3"
|
||||
#- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
|
|
|
|||
4
.github/workflows/php-flavours.yml
vendored
4
.github/workflows/php-flavours.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
#- "7.0"
|
||||
#- "7.1"
|
||||
#- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
#- "7.3"
|
||||
#- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
|
|
|
|||
2
.github/workflows/php-vanity-tags.yml
vendored
2
.github/workflows/php-vanity-tags.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Vanity Tags
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
latest-stable-version: "8.1"
|
||||
latest-stable-version: "8.2"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue