Add php8.2
This commit is contained in:
parent
51a97c0c44
commit
b8fdac6773
2 changed files with 2 additions and 1 deletions
1
.github/workflows/php-flavours.yml
vendored
1
.github/workflows/php-flavours.yml
vendored
|
|
@ -37,6 +37,7 @@ jobs:
|
|||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
steps:
|
||||
- name: Mangle Envs
|
||||
id: vars
|
||||
|
|
|
|||
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: "7.4"
|
||||
latest-stable-version: "8.1"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue