Skip to content

Commit 1c50bf6

Browse files
committed
travis: nette/coding-standard uses 8.0
1 parent ccbaa96 commit 1c50bf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- uses: shivammathur/setup-php@v1
2626
with:
27-
php-version: 7.4
27+
php-version: 8.0
2828
coverage: none
2929

30-
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
30+
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
3131
- run: php temp/coding-standard/ecs check

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636

3737

3838
- name: Nette Coding Standard
39-
php: 7.4
39+
php: 8.0snapshot
4040
install:
41-
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
41+
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
4242
script:
4343
- php temp/coding-standard/ecs check
4444

0 commit comments

Comments
 (0)