mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Update .github/workflows/workflow.yml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
22
.github/workflows/workflow.yml
vendored
22
.github/workflows/workflow.yml
vendored
@@ -8,17 +8,22 @@ on:
|
||||
|
||||
jobs:
|
||||
plugin-test-docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
- ubuntu:latest
|
||||
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: apt-get update && apt-get install autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libzip-dev openssl pkg-config re2c zlib1g-dev -y
|
||||
run: apt-get update && apt-get install -y autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libzip-dev openssl pkg-config re2c zlib1g-dev
|
||||
|
||||
- name: asdf_plugin_test
|
||||
uses: asdf-vm/actions/plugin-test@v1
|
||||
@@ -26,8 +31,13 @@ jobs:
|
||||
command: php --version
|
||||
version: 8.0.0
|
||||
|
||||
plugin-test-macos:
|
||||
runs-on: macos-latest
|
||||
plugin-test-vm:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
||||
Reference in New Issue
Block a user