Skip to content

Commit 08742b8

Browse files
committed
Updated php versions in build action
1 parent de4d112 commit 08742b8

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,13 @@ jobs:
5151
strategy:
5252
matrix:
5353
php:
54-
- 7.1
55-
# - 7.2
56-
# - 7.3
57-
# - 7.4
58-
# - 8.0
54+
- 7.4
55+
- 8.0
5956
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-
# phpunit: 9.5.0
68-
# - php: 8.0
69-
# phpunit: 9.5.0
57+
- php: 7.4
58+
phpunit: 9.5.0
59+
- php: 8.0
60+
phpunit: 9.5.0
7061

7162
steps:
7263
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)