Skip to content

Commit 4a2b447

Browse files
committed
prepare release
1 parent 94b58b9 commit 4a2b447

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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.

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
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"

0 commit comments

Comments
 (0)