Skip to content

Commit a22e2d0

Browse files
committed
Remove PHP 7.1, 7.2; Add PHP 8.0
1 parent c833e07 commit a22e2d0

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,19 @@ before_script:
1515
- chmod 600 ./.valgrindrc
1616
- make test TESTS="-m"
1717
artifacts:
18-
name: '${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}'
18+
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
1919
expire_in: 2 weeks
2020
paths:
2121
- modules/bencode.so
2222

23-
php71:
23+
php80:
2424
extends: .php
25-
image: php:7.1
25+
image: php:8.0
2626

27-
php72:
27+
php74:
2828
extends: .php
29-
image: php:7.2
29+
image: php:7.4
3030

3131
php73:
3232
extends: .php
3333
image: php:7.3
34-
35-
php74:
36-
extends: .php
37-
image: php:7.4

0 commit comments

Comments
 (0)