Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of php 8.2 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ env:
"latest",

"PCF-latest PHP-latest",
"PCF-latest PHP-8.2",
"PCF-latest PHP-8.1",
"PCF-latest PHP-8.0",
"PCF-latest PHP-7.4",

"PCF-3 PHP-latest",
"PCF-3 PHP-8.2",
"PCF-3 PHP-8.1",
"PCF-3 PHP-8.0",
"PCF-3 PHP-7.4",
Expand Down
90 changes: 48 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,30 @@ The following Docker image tags are rolling releases and are built and updated e
[![nightly](https://github.com/cytopia/docker-php-cs-fixer/workflows/nightly/badge.svg)](https://github.com/cytopia/docker-php-cs-fixer/actions?query=workflow%3Anightly)


| Docker Tag | Git Ref | PHPCF | PHP | Available Architectures |
|-----------------------|--------------|--------------|------------|----------------------------------------------|
| **`latest`** | master | latest | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.1` | master | latest | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.0` | master | latest | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php7.4` | master | latest | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`3`** | master | **`3.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.1` | master | **`3.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.0` | master | **`3.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php7.4` | master | **`3.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`2`** | master | **`2.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.1` | master | **`2.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.0` | master | **`2.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.4` | master | **`2.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.3` | master | **`2.x.x`** | **`7.3`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.2` | master | **`2.x.x`** | **`7.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.1` | master | **`2.x.x`** | **`7.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.0` | master | **`2.x.x`** | **`7.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| `2-php5.6` | master | **`2.x.x`** | **`5.6`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| Docker Tag | Git Ref | PHPCF | PHP | Available Architectures |
|-----------------|--------------|--------------|-----------|----------------------------------------------|
| **`latest`** | master | latest | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.2` | master | latest | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.1` | master | latest | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.0` | master | latest | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php7.4` | master | latest | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`3`** | master | **`3.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.2` | master | **`3.x.x`** | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.1` | master | **`3.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.0` | master | **`3.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php7.4` | master | **`3.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`2`** | master | **`2.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.2` | master | **`2.x.x`** | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.1` | master | **`2.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.0` | master | **`2.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.4` | master | **`2.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.3` | master | **`2.x.x`** | **`7.3`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.2` | master | **`2.x.x`** | **`7.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.1` | master | **`2.x.x`** | **`7.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.0` | master | **`2.x.x`** | **`7.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| `2-php5.6` | master | **`2.x.x`** | **`5.6`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |

#### Point in time releases

Expand All @@ -90,27 +93,30 @@ The following Docker image tags are built once and can be used for reproducible
[![build](https://github.com/cytopia/docker-php-cs-fixer/workflows/build/badge.svg)](https://github.com/cytopia/docker-php-cs-fixer/actions?query=workflow%3Abuild)


| Docker Tag | Git Ref | PHPCF | PHP | Available Architectures |
|-----------------------|--------------|--------------|------------|----------------------------------------------|
| **`latest-<tag>`** | git: `<tag>` | latest | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.1-<tag>` | git: `<tag>` | latest | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.0-<tag>` | git: `<tag>` | latest | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php7.4-<tag>` | git: `<tag>` | latest | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`3-<tag>`** | git: `<tag>` | **`3.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.1-<tag>` | git: `<tag>` | **`3.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.0-<tag>` | git: `<tag>` | **`3.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php7.4-<tag>` | git: `<tag>` | **`3.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`2-<tag>`** | git: `<tag>` | **`2.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.1-<tag>` | git: `<tag>` | **`2.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.0-<tag>` | git: `<tag>` | **`2.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.4-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.3-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.3`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.2-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.1-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.0-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| `2-php5.6-<tag>` | git: `<tag>` | **`2.x.x`** | **`5.6`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| Docker Tag | Git Ref | PHPCF | PHP | Available Architectures |
|-----------------------|--------------|--------------|-----------|----------------------------------------------|
| **`latest-<tag>`** | git: `<tag>` | latest | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.2-<tag>` | git: `<tag>` | latest | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.1-<tag>` | git: `<tag>` | latest | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php8.0-<tag>` | git: `<tag>` | latest | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `latest-php7.4-<tag>` | git: `<tag>` | latest | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`3-<tag>`** | git: `<tag>` | **`3.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.2-<tag>` | git: `<tag>` | **`3.x.x`** | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.1-<tag>` | git: `<tag>` | **`3.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php8.0-<tag>` | git: `<tag>` | **`3.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `3-php7.4-<tag>` | git: `<tag>` | **`3.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| | | | | |
| **`2-<tag>`** | git: `<tag>` | **`2.x.x`** | latest | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.2-<tag>` | git: `<tag>` | **`2.x.x`** | **`8.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.1-<tag>` | git: `<tag>` | **`2.x.x`** | **`8.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php8.0-<tag>` | git: `<tag>` | **`2.x.x`** | **`8.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.4-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.4`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.3-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.3`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.2-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.2`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.1-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.1`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`</sup> |
| `2-php7.0-<tag>` | git: `<tag>` | **`2.x.x`** | **`7.0`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |
| `2-php5.6-<tag>` | git: `<tag>` | **`2.x.x`** | **`5.6`** | <sup>`amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`</sup> |

> Where `<tag>` refers to the chosen git tag from this repository.

Expand Down