Skip to content
Snippets Groups Projects
Verified Commit 23660afe authored by Jan Kuchař's avatar Jan Kuchař
Browse files

added CI

parent 441847d8
Branches
No related tags found
No related merge requests found
Pipeline #38347 failed
stages:
- test
verify-7.4:
image: grifart/php7.4-with-all-modules-and-various-tools
stage: test
interruptible: true
script:
- composer install
- composer run verify
verify-8.0:
image: grifart/php8.0-with-all-modules-and-various-tools
stage: test
interruptible: true
script:
- composer install
- composer run verify
verify-8.1:
image: grifart/php8.1-with-all-modules-and-various-tools
stage: test
interruptible: true
script:
- composer install
- composer run verify
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
"description": "Let everyone know, that this class has not been meant for serialization.", "description": "Let everyone know, that this class has not been meant for serialization.",
"type": "library", "type": "library",
"scripts": { "scripts": {
"verify": ["@test", "@phpstan"],
"test": "tester tests", "test": "tester tests",
"phpstan": "phpstan analyze -l 9 src tests" "phpstan": "phpstan analyze -l 9 src tests"
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.4", "nette/tester": "^2.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment