Skip to content

Expand compatibility for php 8.2 and 8.3 (#74) #6

Expand compatibility for php 8.2 and 8.3 (#74)

Expand compatibility for php 8.2 and 8.3 (#74) #6

Workflow file for this run

name: release
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}