Skip to content

Commit

Permalink
Add PHP 8.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Oct 26, 2024
1 parent a62f374 commit accb729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
architeture: "arm64,amd64"
- php-version: "8.2"
architeture: "arm64,amd64"
- php-version: "8.1"
architeture: "arm64,amd64"

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The PHP images are ready to use in:

| Version | Latest Version | Monthly Builds | Alpine Version |
|:-------:|:--------------:|:--------------:|:--------------:|
| **8.4** | **8.4.0 rc2** | **yes** | **edge** |
| **8.4** | **8.4.0rc3** | **yes** | **edge** |
| **8.3** | **8.3.13** | **yes** | **edge** |
| **8.2** | **8.2.24** | **yes** | **3.20** |
| 8.1 | 8.1.29 | - | 3.19 |
Expand Down Expand Up @@ -70,8 +70,8 @@ The images with YYYY-MM are immutable
e.g.

```
byjg/php:8.2-fpm
byjg/php:8.2-fpm-2023.01
byjg/php:8.3-fpm
byjg/php:8.3-fpm-2024.10
```

## Environment variables
Expand Down

0 comments on commit accb729

Please sign in to comment.