Skip to content

Commit

Permalink
Update to support PHP 8.3 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jan 25, 2024
1 parent 16f086c commit 6b59879
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
php82:
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
php83:
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
3 changes: 3 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
php82:
uses: tiredofit/github_actions/.github/workflows/php82_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
php83:
uses: tiredofit/github_actions/.github/workflows/php83_alpine_amd64_armv7_arm64.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The following image tags are available along with their tagged release based on

| PHP version | OS | Tag |
| ----------- | ------ | ---------- |
| 8.3.x | Alpine | `:php-8.3` |
| 8.2.x | Alpine | `:php-8.2` |
| 8.1.x | Alpine | `:php-8.1` |
| 8.0.x | Alpine | `:php-8.0` |
Expand Down

0 comments on commit 6b59879

Please sign in to comment.