Skip to content

Commit

Permalink
PHP compatibility, remove 7.1 (already failing), add 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Feb 27, 2022
1 parent 40daf16 commit 4e01d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
fail-fast: false
matrix:
php:
# - '7.1' # incompatible tester
- '7.2'
- '7.3'
- '7.4'
- '8.0'
# - '8.1' # not yet compatible (PHP 8.1 RC2)
- '8.1'
actions:
- name: PHPStan
run: composer phpstan
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
],
"require": {
"php": ">= 7.1",
"nette/utils": "^3.0"
"php": ">= 7.2",
"nette/utils": "^3.2.5"
},
"require-dev": {
"phpstan/phpstan": "^0.12.98",
Expand Down

0 comments on commit 4e01d68

Please sign in to comment.