add CI php build verson display

This commit is contained in:
Jerry 2023-04-14 13:29:43 +08:00 committed by GitHub
parent 52d787c903
commit 651bb747f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ env:
jobs:
build:
name: build on ${{ inputs.operating-system }}
name: build ${{ inputs.version }} on ${{ inputs.operating-system }}
runs-on: ${{ inputs.operating-system }}
steps:
- uses: actions/checkout@v2