Skip to content

CI: add deploy for PHP 8.3 and PHP exec #4

CI: add deploy for PHP 8.3 and PHP exec

CI: add deploy for PHP 8.3 and PHP exec #4

name: Deploy php 8.0
on:
push:
paths:
- 'php-8.0/**'
branches:
- "master"
concurrency:
group: php-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/vercel.yml
secrets: inherit
with:
projectId: "prj_WlfX8kyVFZxsKSI26LHBLLtzSNB1"
projectPath: "php-8.0"