Skip to content

Commit 99be7aa

Browse files
committed
requires PHP 8.1
1 parent e79e592 commit 99be7aa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/coding-style.yml

+2-2
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 create-project nette/code-checker temp/code-checker ^3 --no-progress
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: shivammathur/setup-php@v2
2626
with:
27-
php-version: 8.0
27+
php-version: 8.1
2828
coverage: none
2929

3030
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress

.github/workflows/static-analysis.yml

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
14+
php: ['8.1', '8.2', '8.3', '8.4']
1515
sapi: ['php', 'php-cgi']
1616

1717
fail-fast: false
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 8.0
44+
php-version: 8.1
4545
extensions: ds
4646
coverage: none
4747

composer.json

+1-1
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
"ext-session": "*",
2020
"ext-json": "*"
2121
},

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ composer require tracy/tracy
4848

4949
Alternatively, you can download the whole package or [tracy.phar](https://github.com/nette/tracy/releases) file.
5050

51-
Tracy is compatible with PHP 8.0 to 8.4.
51+
Tracy is compatible with PHP 8.1 to 8.4.
5252

5353
 <!---->
5454

0 commit comments

Comments
 (0)