mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Run tests on more versions
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
14
.github/workflows/workflow.yml
vendored
14
.github/workflows/workflow.yml
vendored
@@ -12,6 +12,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
container:
|
container:
|
||||||
- ubuntu:latest
|
- ubuntu:latest
|
||||||
|
php-version:
|
||||||
|
- 7.4.14
|
||||||
|
- 8.0.0
|
||||||
|
- latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
@@ -29,13 +33,17 @@ jobs:
|
|||||||
uses: asdf-vm/actions/plugin-test@v1
|
uses: asdf-vm/actions/plugin-test@v1
|
||||||
with:
|
with:
|
||||||
command: php --version
|
command: php --version
|
||||||
version: 8.0.0
|
version: ${{ matrix.php-version }}
|
||||||
|
|
||||||
plugin-test-vm:
|
plugin-test-vm:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-latest
|
||||||
|
php-version:
|
||||||
|
- 7.4.14
|
||||||
|
- 8.0.0
|
||||||
|
- latest
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@@ -47,10 +55,10 @@ jobs:
|
|||||||
uses: asdf-vm/actions/plugin-test@v1
|
uses: asdf-vm/actions/plugin-test@v1
|
||||||
with:
|
with:
|
||||||
command: php --version
|
command: php --version
|
||||||
version: 8.0.0
|
version: ${{ matrix.php-version }}
|
||||||
|
|
||||||
format:
|
format:
|
||||||
runs-on: macos-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user