Skip to content

Commit

Permalink
ci: test also on PHP 8.1
Browse files Browse the repository at this point in the history
it is allowed to fail for now
  • Loading branch information
konecnyjakub committed Apr 8, 2023
1 parent c1cfcd2 commit c310e34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ test:php8.0:
allow_failure: true
retry: 0

test:php8.1:
<<: *test_job
image: nexendrie/php:8.1
allow_failure: true
retry: 0

test:cc:
<<: *test_job
script:
Expand Down

0 comments on commit c310e34

Please sign in to comment.