Skip to content

Commit 7267f63

Browse files
committed
Requires PHP 8.0 - 8.4
1 parent 0b76c73 commit 7267f63

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
name: Build
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
tags:
8-
- v*
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- 'v*'
99

10-
pull_request:
10+
pull_request:
1111

1212
jobs:
1313
tests:
1414
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
1515
with:
16-
phpVersions: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
16+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
1717
lowestDependencies: true
1818

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

2222
static-analysis:
2323
uses: janpecha/actions/.github/workflows/phpstan.yml@master
24+
with:
25+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"classmap": ["src/"]
1717
},
1818
"require": {
19-
"php": ">=5.6.0",
19+
"php": "8.0 - 8.4",
2020
"nette/application": "^2.4 || ^3.0"
2121
},
2222
"require-dev": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation
2020
composer require inteve/application
2121
```
2222

23-
Library requires PHP 5.6 or later.
23+
Library requires PHP 8.0 or later.
2424

2525
------------------------------
2626

0 commit comments

Comments
 (0)