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 7556f39 commit 180abbc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ on:
- '**'
- '!README.md'
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 180abbc

Please sign in to comment.