Skip to content

castor-php/setup-castor

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup Castor GitHub Action

Setup Castor with static binary for GitHub Actions.

📝 Usage

Basic Setup

steps:
  - name: Setup Castor
    uses: castor-php/setup-castor@v0.1.0

Inputs

Specify using with keyword

token (optional)

  • Specify the GitHub token to use for downloading the Castor binary on GitHub.

version (optional)

  • Specify the Castor version you want to set up.
  • Accepts a string corresponding to a Castor release tag. For example 'v0.18.0'.
  • Accepts latest to set up the latest stable PHP version.
  • Accepts nightly to set up a nightly build from the master branch of Castor.

Set up a particular Castor version.

steps:
  - name: Setup Castor
    uses: castor-php/setup-castor@v0.1.0
    with:
      version: 'v0.18.0'

About

Github Action to install Castor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5