Skip to content

Commit

Permalink
Merge pull request #11 from cytopia/release-0.4
Browse files Browse the repository at this point in the history
Adding PHP CS Fixer v3.x.x
  • Loading branch information
cytopia authored May 9, 2021
2 parents 44e27c2 + 1bde75a commit add8a92
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
- 'PCF-latest PHP-7.3'
- 'PCF-latest PHP-7.2'
- 'PCF-latest PHP-7.1'
- 'PCF-latest PHP-7.0'
- 'PCF-latest PHP-5.6'

- 'PCF-3 PHP-latest'
- 'PCF-3 PHP-8.0'
- 'PCF-3 PHP-7.4'
- 'PCF-3 PHP-7.3'
- 'PCF-3 PHP-7.2'
- 'PCF-3 PHP-7.1'

- 'PCF-2 PHP-latest'
- 'PCF-2 PHP-8.0'
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
- 'PCF-latest PHP-7.3'
- 'PCF-latest PHP-7.2'
- 'PCF-latest PHP-7.1'
- 'PCF-latest PHP-7.0'
- 'PCF-latest PHP-5.6'

- 'PCF-3 PHP-latest'
- 'PCF-3 PHP-8.0'
- 'PCF-3 PHP-7.4'
- 'PCF-3 PHP-7.3'
- 'PCF-3 PHP-7.2'
- 'PCF-3 PHP-7.1'

- 'PCF-2 PHP-latest'
- 'PCF-2 PHP-8.0'
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,16 @@ Docker images for PHP Coding Standards Fixer come with all available PHP version
| `latest-php7.3` | latest stable | latest stable `7.3.x` |
| `latest-php7.2` | latest stable | latest stable `7.2.x` |
| `latest-php7.1` | latest stable | latest stable `7.1.x` |
| `latest-php7.0` | latest stable | latest stable `7.0.x` |
| `latest-php5.6` | latest stable | latest stable `5.6.x` |

#### Latest stable php-cs-fixer `3.x.x` version
| Docker tag | php-cs-fixer version | PHP version |
|-----------------|-----------------------|-----------------------|
| `3` | latest stable `3.x.x` | latest stable |
| `3-php8.0` | latest stable `3.x.x` | latest stable `8.0.x` |
| `3-php7.4` | latest stable `3.x.x` | latest stable `7.4.x` |
| `3-php7.3` | latest stable `3.x.x` | latest stable `7.3.x` |
| `3-php7.2` | latest stable `3.x.x` | latest stable `7.2.x` |
| `3-php7.1` | latest stable `3.x.x` | latest stable `7.1.x` |

#### Latest stable php-cs-fixer `2.x.x` version
| Docker tag | php-cs-fixer version | PHP version |
Expand Down

0 comments on commit add8a92

Please sign in to comment.