Skip to content

Commit add8a92

Browse files
authored
Merge pull request #11 from cytopia/release-0.4
Adding PHP CS Fixer v3.x.x
2 parents 44e27c2 + 1bde75a commit add8a92

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ jobs:
3333
- 'PCF-latest PHP-7.3'
3434
- 'PCF-latest PHP-7.2'
3535
- 'PCF-latest PHP-7.1'
36-
- 'PCF-latest PHP-7.0'
37-
- 'PCF-latest PHP-5.6'
36+
37+
- 'PCF-3 PHP-latest'
38+
- 'PCF-3 PHP-8.0'
39+
- 'PCF-3 PHP-7.4'
40+
- 'PCF-3 PHP-7.3'
41+
- 'PCF-3 PHP-7.2'
42+
- 'PCF-3 PHP-7.1'
3843

3944
- 'PCF-2 PHP-latest'
4045
- 'PCF-2 PHP-8.0'

.github/workflows/nightly.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ jobs:
3232
- 'PCF-latest PHP-7.3'
3333
- 'PCF-latest PHP-7.2'
3434
- 'PCF-latest PHP-7.1'
35-
- 'PCF-latest PHP-7.0'
36-
- 'PCF-latest PHP-5.6'
35+
36+
- 'PCF-3 PHP-latest'
37+
- 'PCF-3 PHP-8.0'
38+
- 'PCF-3 PHP-7.4'
39+
- 'PCF-3 PHP-7.3'
40+
- 'PCF-3 PHP-7.2'
41+
- 'PCF-3 PHP-7.1'
3742

3843
- 'PCF-2 PHP-latest'
3944
- 'PCF-2 PHP-8.0'

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,16 @@ Docker images for PHP Coding Standards Fixer come with all available PHP version
6767
| `latest-php7.3` | latest stable | latest stable `7.3.x` |
6868
| `latest-php7.2` | latest stable | latest stable `7.2.x` |
6969
| `latest-php7.1` | latest stable | latest stable `7.1.x` |
70-
| `latest-php7.0` | latest stable | latest stable `7.0.x` |
71-
| `latest-php5.6` | latest stable | latest stable `5.6.x` |
70+
71+
#### Latest stable php-cs-fixer `3.x.x` version
72+
| Docker tag | php-cs-fixer version | PHP version |
73+
|-----------------|-----------------------|-----------------------|
74+
| `3` | latest stable `3.x.x` | latest stable |
75+
| `3-php8.0` | latest stable `3.x.x` | latest stable `8.0.x` |
76+
| `3-php7.4` | latest stable `3.x.x` | latest stable `7.4.x` |
77+
| `3-php7.3` | latest stable `3.x.x` | latest stable `7.3.x` |
78+
| `3-php7.2` | latest stable `3.x.x` | latest stable `7.2.x` |
79+
| `3-php7.1` | latest stable `3.x.x` | latest stable `7.1.x` |
7280

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

0 commit comments

Comments
 (0)