mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
fix(gh-actions): bump BASE_IMAGE_VERSION to 8.2
This commit is contained in:
parent
f4ba39c6f2
commit
b2b6fe6966
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-base.yaml
vendored
2
.github/workflows/build-base.yaml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_IMAGE_NAME: php
|
BASE_IMAGE_NAME: php
|
||||||
BASE_IMAGE_VERSION: "8.1"
|
BASE_IMAGE_VERSION: "8.2"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-cli:
|
build-cli:
|
||||||
|
|
Loading…
Reference in a new issue