Skip to content

Commit 29a2370

Browse files
authored
Add PHP versions 7.1-8.5 to GHA.
1 parent ca21b98 commit 29a2370

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

.github/workflows/tests.php.unit.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,29 @@ jobs:
1313
- '5.5'
1414
- '5.6'
1515
- '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'
1626
include:
17-
- php-version: '7.0'
27+
- php-version:
28+
- '7.0'
29+
- '7.1'
30+
- '7.2'
31+
- '7.3'
32+
- '7.4'
33+
- '8.0'
34+
- '8.1'
35+
- '8.2'
36+
- '8.3'
37+
- '8.4'
38+
- '8.5'
1839
allow_failure: true
1940
continue-on-error: ${{ matrix.allow_failure || false }}
2041
steps:

0 commit comments

Comments
 (0)