Release 1.17.54 - See CHANGELOG.md #421
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Application Level Image CI - Freescout | |
### Dave Conroy <tiredofit@github> | |
name: 'Multi PHP Version Build' | |
on: | |
push: | |
paths: | |
- '**' | |
- '!README.md' | |
jobs: | |
php81: | |
uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_arm64.yml@main | |
secrets: inherit | |
php82: | |
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_arm64.yml@main | |
secrets: inherit | |
php83: | |
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64_arm64.yml@main | |
secrets: inherit |