Commit 91dcf11 1 parent 710e2e9 commit 91dcf11 Copy full SHA for 91dcf11
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 66
66
- ' 7.4'
67
67
- ' 8.0'
68
68
- ' 8.1'
69
+ - ' 8.2'
69
70
70
71
include :
71
- - php : ' 8.1 '
72
+ - php : ' 8.2 '
72
73
experimental : true
73
74
74
75
steps :
Original file line number Diff line number Diff line change 93
93
- ' 7.4'
94
94
- ' 8.0'
95
95
- ' 8.1'
96
+ - ' 8.2'
96
97
97
98
include :
98
- - php : ' 8.1 '
99
+ - php : ' 8.2 '
99
100
experimental : true
100
101
101
102
steps :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ - Added official support for PHP 8.1 [ #74 ] from [ @grogy ]
12
+
9
13
### Fixed
10
14
11
15
- Bug fix: make Phar file run independently of project under scan [ #63 ] from [ @jrfnl ] .
@@ -22,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
22
26
[ #63 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/63
23
27
[ #65 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/65
24
28
[ #71 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/71
29
+ [ #74 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/74
25
30
26
31
## [ 1.3.1] - 2021-08-13
27
32
You can’t perform that action at this time.
0 commit comments