Skip to content

Commit 65c9b21

Browse files
committed
requires PHP 8.1
1 parent 740e01b commit 65c9b21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: 8.0
13+
php-version: 8.1
1414
coverage: none
1515

1616
- run: composer install --no-progress --prefer-dist

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
11+
php: ['8.1', '8.2', '8.3', '8.4']
1212

1313
fail-fast: false
1414

@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: 8.0
40+
php-version: 8.1
4141
extensions: iconv, json, mbstring, xml, gd, intl, tokenizer
4242
coverage: none
4343

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "8.0 - 8.4"
18+
"php": "8.1 - 8.4"
1919
},
2020
"require-dev": {
2121
"nette/tester": "^2.5",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The recommended way to install is via Composer:
4141
composer require nette/utils
4242
```
4343

44-
Nette Utils 4.0 is compatible with PHP 8.0 to 8.4.
44+
Nette Utils 4.1 is compatible with PHP 8.1 to 8.4.
4545

4646
 <!---->
4747

0 commit comments

Comments
 (0)