Skip to content

Commit f8affad

Browse files
committed
Add PHP 8.1 to GitLab Pipelines
1 parent 36229dd commit f8affad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ before_script:
2222
paths:
2323
- modules/bencode.so
2424

25+
php81:
26+
extends: .php
27+
image: php:8.1
28+
2529
php80:
2630
extends: .php
2731
image: php:8.0

0 commit comments

Comments
 (0)