Skip to content

Commit

Permalink
Removed support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 14, 2024
1 parent 69d7c08 commit a7d2200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
tests:
uses: janpecha/actions/.github/workflows/nette-tester-project.yml@master
with:
phpVersions: '["8.1", "8.2", "8.3"]'
phpVersions: '["8.2", "8.3"]'

coding-style:
uses: janpecha/actions/.github/workflows/code-checker.yml@master

static-analysis:
uses: janpecha/actions/.github/workflows/phpstan.yml@master
with:
phpVersions: '["8.1", "8.2", "8.3"]'
phpVersions: '["8.2", "8.3"]'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "8.1 - 8.3",
"php": "8.2 - 8.3",
"nette/code-checker": "^3.2",
"czproject/assert": "^1.4",
"czproject/path-helper": "^4.1",
Expand Down

0 comments on commit a7d2200

Please sign in to comment.