Skip to content

Commit 180abbc

Browse files
committed
Drop arm/v7 and PHP 7.4 and PHP 8.0 builds, introduce PHP 8.3
1 parent 7556f39 commit 180abbc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Diff for: .github/workflows/main.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ on:
88
- '**'
99
- '!README.md'
1010
jobs:
11-
php74:
12-
uses: tiredofit/github_actions/.github/workflows/php74_alpine_amd64_armv7_arm64.yml@main
13-
secrets: inherit
14-
php80:
15-
uses: tiredofit/github_actions/.github/workflows/php80_alpine_amd64_armv7_arm64.yml@main
16-
secrets: inherit
1711
php81:
18-
uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_armv7_arm64.yml@main
12+
uses: tiredofit/github_actions/.github/workflows/php81_alpine_amd64_arm64.yml@main
1913
secrets: inherit
2014
php82:
21-
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_armv7_arm64.yml@main
15+
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_arm64.yml@main
16+
secrets: inherit
17+
php83:
18+
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64_arm64.yml@main
2219
secrets: inherit

0 commit comments

Comments
 (0)