Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI workflow for PHP 8.2 with release and archive steps
This commit adds a new GitHub Actions workflow file `ci.yml` that sets up continuous integration (CI) for PHP 8.2. The workflow includes steps to install dependencies using Composer, archive the project, and create a release using the softprops/action-gh-release action.
- Loading branch information