1 parent ca21b98 commit 29a2370Copy full SHA for 29a2370
1 file changed
.github/workflows/tests.php.unit.yml
@@ -13,8 +13,29 @@ jobs:
13
- '5.5'
14
- '5.6'
15
- '7.0'
16
+ - '7.1'
17
+ - '7.2'
18
+ - '7.3'
19
+ - '7.4'
20
+ - '8.0'
21
+ - '8.1'
22
+ - '8.2'
23
+ - '8.3'
24
+ - '8.4'
25
+ - '8.5'
26
include:
- - php-version: '7.0'
27
+ - php-version:
28
+ - '7.0'
29
30
31
32
33
34
35
36
37
38
39
allow_failure: true
40
continue-on-error: ${{ matrix.allow_failure || false }}
41
steps:
0 commit comments