Skip to content

Commit 05e1ad8

Browse files
committed
Lowest is 8.0 now
1 parent f98bff7 commit 05e1ad8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitlab-ci.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,10 @@ coverage:
4242
- bash <(curl -s https://codecov.io/bash)
4343

4444
# lowest version
45-
test-7.1:
45+
test-8.0:
4646
extends: .test
4747
stage: test
48-
image: php:7.1
49-
50-
# latest 7
51-
test-7:
52-
extends: .test
53-
stage: test
54-
image: php:7
48+
image: php:8.0
5549

5650
# latest 8
5751
test-8:

0 commit comments

Comments
 (0)