File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121
2222 - name : Setup PHP
2323 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 11# Change Log
22
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+
313## 1.3.1 - 2024-09-01
414
515- Removed the last place where we forgot the request in the log context.
Original file line number Diff line number Diff line change 2929 "scripts" : {
3030 "test" : " vendor/bin/phpunit"
3131 },
32- "extra" : {
33- "branch-alias" : {
34- "dev-master" : " 1.2-dev"
35- }
36- },
3732 "require-dev" : {
3833 "phpunit/phpunit" : " ^11.4.3" ,
3934 "nyholm/psr7" : " ^1.8"
You can’t perform that action at this time.
0 commit comments