Skip to content

setup-castor

Actions
Install castor with a static binary
v1.0.0
Latest
Star (5)

Setup Castor GitHub Action

Setup Castor with static binary for GitHub Actions.

📝 Usage

Basic Setup

steps:
  - name: Setup Castor
    uses: castor-php/setup-castor@v1.0.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@v1.0.0
    with:
      version: 'v0.18.0'

setup-castor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install castor with a static binary
v1.0.0
Latest

setup-castor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.