Skip to content
Snippets Groups Projects
Commit 3a23174d authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Try to run on PHP-next (8.1)

parent 62b42b73
No related tags found
1 merge request!46CI: Try to run on PHP-next (8.2-dev master)
Pipeline #36651 passed
......@@ -24,6 +24,18 @@ test.tests:
# contains generated diffs
- tests
test.tests-php-next:
stage: test
dependencies: [build.composer]
image: grifart/php-next
script: composer run test
artifacts:
expire_in: 2 days
paths:
# contains generated diffs
- tests
test.phpstan:
stage: test
dependencies: [build.composer]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment