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

php 8 support

parent 13f29323
No related branches found
No related tags found
1 merge request!6php 8 support
Pipeline #31216 failed
......@@ -3,10 +3,17 @@ cache:
- vendor/
test:
tags: [grifart/php7.1-with-gulp-and-all-php-modules]
image: grifart/php7.1-with-gulp-and-all-php-modules
before_script:
- composer install --no-interaction --prefer-dist
script:
- composer run nette-tester
- composer run phpstan
test.php8:
image: grifart/php8.0-with-all-modules-and-various-tools
before_script:
- composer install --no-interaction --prefer-dist
script:
- composer run nette-tester
- composer run phpstan
......@@ -2,6 +2,10 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
cache:
directories:
......
......@@ -10,9 +10,11 @@
"@phpstan"
]
},
"require": {
"php": "~7.1 || ~8.0",
},
"require-dev": {
"php": "~7.1",
"grifart/phpstan-oneline": "^0.3.2",
"grifart/phpstan-oneline": "^0.4",
"nette/security": "~3.0",
"nette/di": "~3.0",
"nette/tester": "~2.0",
......
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