File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Setup PHP
23
23
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.4.0 - 2024-10-31
4
+
5
+ - Support PHP 8.3 and 8.4
6
+ - Remove support for EOL PHP versions < 8.2
7
+
8
+ CI:
9
+
10
+ - Rewrote testing with phpunit instead of phpspec.
11
+ - Removed unused scrutinizer from build
12
+
3
13
## 1.3.1 - 2024-09-01
4
14
5
15
- Removed the last place where we forgot the request in the log context.
Original file line number Diff line number Diff line change 29
29
"scripts" : {
30
30
"test" : " vendor/bin/phpunit"
31
31
},
32
- "extra" : {
33
- "branch-alias" : {
34
- "dev-master" : " 1.2-dev"
35
- }
36
- },
37
32
"require-dev" : {
38
33
"phpunit/phpunit" : " ^11.4.3" ,
39
34
"nyholm/psr7" : " ^1.8"
You can’t perform that action at this time.
0 commit comments