Skip to content

add php82

add php82 #10

Workflow file for this run

name: packer
on:
- push
jobs:
packer:
runs-on: ubuntu-latest
name: Run Packer and cookstyle
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup `packer`
uses: hashicorp/setup-packer@main
with:
version: "latest"
- name: Run `packer init`
run: "packer init packer.pkr.hcl"
- name: Run `packer validate`
run: "packer validate packer.pkr.hcl"
- name: Install CINC workstation
run: curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-workstation -v 22
- name: Run Cookstyle
run: cookstyle