We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4d112 commit 08742b8Copy full SHA for 08742b8
.github/workflows/build.yml
@@ -51,22 +51,13 @@ jobs:
51
strategy:
52
matrix:
53
php:
54
- - 7.1
55
- # - 7.2
56
- # - 7.3
57
- # - 7.4
58
- # - 8.0
+ - 7.4
+ - 8.0
59
include:
60
- - php: 7.1
61
- phpunit: 7.5.20
62
- # - php: 7.2
63
- # phpunit: 8.5.13
64
- # - php: 7.3
65
- # phpunit: 9.5.0
66
- # - php: 7.4
67
68
- # - php: 8.0
69
+ - php: 7.4
+ phpunit: 9.5.0
+ - php: 8.0
70
71
steps:
72
- uses: actions/checkout@v2
0 commit comments