Skip to content

Commit 70add9a

Browse files
committed
Requires PHP 8.0 - 8.2
1 parent fd6f17c commit 70add9a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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: '["7.4", "8.0", "8.1", "8.2"]'
16+
phpVersions: '["8.0", "8.1", "8.2"]'
1717
lowestDependencies: true
1818

1919
coding-style:
@@ -22,4 +22,4 @@ jobs:
2222
static-analysis:
2323
uses: janpecha/actions/.github/workflows/phpstan.yml@master
2424
with:
25-
phpVersions: '["7.4", "8.0", "8.1", "8.2"]'
25+
phpVersions: '["8.0", "8.1", "8.2"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
1414
],
1515
"require": {
16-
"php": "7.4 - 8.2",
16+
"php": "8.0 - 8.2",
1717
"nette/utils": "^2.4 || ^3.0 || ^4.0",
1818
"phig/phig": "^1.0"
1919
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Icons loader for web-apps.
1818
composer require inteve/icons
1919
```
2020

21-
Inteve\Icons requires PHP 7.4.0 or later.
21+
Inteve\Icons requires PHP 8.0 or later.
2222

2323

2424
## Usage

0 commit comments

Comments
 (0)