Skip to content

Commit 53fb347

Browse files
committed
Use PHP 8.1 for tests.
1 parent 2471591 commit 53fb347

File tree

9 files changed

+4
-60
lines changed

9 files changed

+4
-60
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Support_question.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/funding.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/coding-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: 8.0
26+
php-version: 8.1
2727
coverage: none
2828

2929
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install PHP
2020
uses: shivammathur/setup-php@master
2121
with:
22-
php-version: 8.0
22+
php-version: 8.1
2323

2424
- name: Install composer deps
2525
run: |

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install PHP
1111
uses: shivammathur/setup-php@master
1212
with:
13-
php-version: 8.0
13+
php-version: 8.1
1414

1515
- name: Checkout code
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)