mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Update build-php.yml
This commit is contained in:
parent
94f915d36a
commit
55f866e5c5
4
.github/workflows/build-php.yml
vendored
4
.github/workflows/build-php.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
build-81:
|
||||
env:
|
||||
PHP_VERSION: 8.1.1
|
||||
PHP_VERSION: 8.1.2
|
||||
runs-on: [self-hosted, X64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
docker images | grep -v REPOSITORY | awk '{print $3}' | xargs docker rmi --force
|
||||
build-80:
|
||||
env:
|
||||
PHP_VERSION: 8.0.14
|
||||
PHP_VERSION: 8.0.15
|
||||
runs-on: [self-hosted, X64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user