Skip to content

Support PHP 8.2+

Support PHP 8.2+ #10

Workflow file for this run

name: Release
on:
pull_request:
types:
- closed
branches:
- "master"
jobs:
release:
name: Create release
if: github.event.pull_request.merged == true
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
name: ${{ github.event.pull_request.title }}
tag: ${{ github.event.pull_request.title }}
body: ${{ github.event.pull_request.body }}
prerelease: false