Skip to content

Commit

Permalink
Drop arm/v7 and PHP 7.4 and PHP 8.0 builds, introduce PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 8, 2023
1 parent 3ec34ad commit 7556f39
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ on:
description: 'Manual Build'
required: false
jobs:
php74:
uses: tiredofit/github_actions/.github/workflows/php74_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
php80:
uses: tiredofit/github_actions/.github/workflows/php80_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
php81:
uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_armv7_arm64.yml@main
uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_arm64.yml@main
secrets: inherit
php82:
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_armv7_arm64.yml@main
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

0 comments on commit 7556f39

Please sign in to comment.