Commit a198a24 Gareth Ellis
committed
1 parent 0bd58bf commit a198a24 Copy full SHA for a198a24
File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Composer install
13
13
run : composer install --prefer-dist
14
14
15
- - name : Run PHPUnit (7.4)
16
- run : php7.4 vendor/bin/phpunit
17
-
18
- - name : Run PHPUnit (8.0)
19
- run : php8.0 vendor/bin/phpunit
20
-
21
15
- name : Run PHPUnit (8.1)
22
16
run : php8.1 vendor/bin/phpunit
17
+
18
+ - name : Run PHPUnit (8.2)
19
+ run : php8.2 vendor/bin/phpunit
20
+
21
+ - name : Run PHPUnit (8.3)
22
+ run : php8.3 vendor/bin/phpunit
Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## [ 1.2.0] - 2024-06-21
4
+ * Support for PHP versions below ` 8.1 ` has been dropped.
5
+ * PHP ` 8.1 ` , ` 8.2 ` , and ` 8.3 ` are now supported and tested.
6
+
3
7
## [ 1.1.0] - 2021-02-26
4
8
* Updates ` beberlei/assert ` version
5
9
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " 7.3 .* | 7.4.* | 8.0 .* | 8.1 .*" ,
19
+ "php" : " 8.1 .* | 8.2 .* | 8.3 .*" ,
20
20
"ext-intl" : " *" ,
21
21
"beberlei/assert" : " ^3.3"
22
22
},
You can’t perform that action at this time.
0 commit comments