Skip to content

Commit ec58d2c

Browse files
committed
Prepared release 1.3.2.
1 parent e73b37a commit ec58d2c

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
schedule:
6-
- cron: '0 0 * * 0'
6+
- cron: "0 0 * * 0"
77

88
jobs:
99

@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
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"
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup PHP
8585
uses: shivammathur/setup-php@v2
8686
with:
87-
php-version: 7.4
87+
php-version: 8.0
8888
tools: cs2pr
8989
coverage: none
9090

@@ -115,7 +115,7 @@ jobs:
115115
- name: Setup PHP
116116
uses: shivammathur/setup-php@v2
117117
with:
118-
php-version: 7.4
118+
php-version: 8.0
119119
coverage: none
120120

121121
- name: Get composer cache directory

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.2 - 2020-12-03
4+
5+
### Added
6+
7+
- Support for PHP 8.0
8+
39
## 1.3.1 - 2020-01-12
410

511
### Added

0 commit comments

Comments
 (0)