Skip to content

feat!: drop PHP 8.0 & PHP 8.1 support (#22) #15

feat!: drop PHP 8.0 & PHP 8.1 support (#22)

feat!: drop PHP 8.0 & PHP 8.1 support (#22) #15

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
release-please:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
sha: ${{ steps.release.outputs.sha }}
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: php
target-branch: ${{ github.ref_name }}