File tree 4 files changed +994
-302
lines changed
4 files changed +994
-302
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
run : " composer install --ignore-platform-reqs"
47
47
48
48
- name : " Run tests (old PHP versions)"
49
- if : ${{ matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
49
+ if : ${{ matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
50
50
run : " PHPUNIT_FLAGS=--no-coverage make test-phpunit test-psalm test-examples"
51
51
52
52
- name : " Run tests"
53
- if : ${{ matrix.php-version == '8.2' || matrix.php-version == '8. 3' }}
53
+ if : ${{ matrix.php-version == '8.3' }}
54
54
run : " make -j -O test"
55
55
56
56
- name : " Run tests (PHP 8.4)"
Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Support PHP 8.4 [ #650 ] ( https://github.com/markuspoerschke/iCal/pull/650 )
13
+
10
14
## [ 2.14.0] - 2024-07-11
11
15
12
16
### Fixed
13
17
14
- - Fix \\ n being escaped to \\ n, leading to no newlines in actual text [ #617 ] ( https://github.com/markuspoerschke/iCal/pull/617 )
18
+ - Fix ` \n ` being escaped to ` \\n ` , leading to no newlines in actual text [ #617 ] ( https://github.com/markuspoerschke/iCal/pull/617 )
15
19
16
20
## [ 2.13.0] - 2023-12-19
17
21
Original file line number Diff line number Diff line change 24
24
"docs" : " https://ical.poerschke.nrw"
25
25
},
26
26
"require" : {
27
- "php" : " >=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" ,
27
+ "php" : " >=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
28
28
"ext-mbstring" : " *" ,
29
29
"symfony/deprecation-contracts" : " ^2.1 || ^3.0"
30
30
},
You can’t perform that action at this time.
0 commit comments