File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
pull_request :
5
5
schedule :
6
- - cron : ' 0 0 * * 0'
6
+ - cron : " 0 0 * * 0"
7
7
8
8
jobs :
9
9
@@ -13,10 +13,10 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
php-version :
16
- - 7.2
17
- - 7.3
18
- - 7.4
19
- - 8.0
16
+ - " 7.2"
17
+ - " 7.3"
18
+ - " 7.4"
19
+ - " 8.0"
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
84
84
- name : Setup PHP
85
85
uses : shivammathur/setup-php@v2
86
86
with :
87
- php-version : 7.4
87
+ php-version : 8.0
88
88
tools : cs2pr
89
89
coverage : none
90
90
@@ -115,7 +115,7 @@ jobs:
115
115
- name : Setup PHP
116
116
uses : shivammathur/setup-php@v2
117
117
with :
118
- php-version : 7.4
118
+ php-version : 8.0
119
119
coverage : none
120
120
121
121
- name : Get composer cache directory
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.2 - 2020-12-03
4
+
5
+ ### Added
6
+
7
+ - Support for PHP 8.0
8
+
3
9
## 1.3.1 - 2020-01-12
4
10
5
11
### Added
You can’t perform that action at this time.
0 commit comments