Skip to content

Use Pharynx workflow to inject instead of poggit #2

Use Pharynx workflow to inject instead of poggit

Use Pharynx workflow to inject instead of poggit #2

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
pharynx:
name: build phar
permissions:
contents: write
runs-on: ubuntu-20.04
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
strategy:
matrix:
php:
- "8.2"
steps:
- uses: actions/checkout@v3
- uses: pmmp/[email protected]
with:
php-version: ${{ matrix.php }}
install-path: "../bin"
pm-version-major: "5"
- uses: SOF3/[email protected]
id: pharynx
- uses: actions/upload-artifact@v3
with:
name: plugin.phar
path: ${{steps.pharynx.outputs.output-phar}}