Skip to content

Commit 47d0bd4

Browse files
committed
CodeChecker: fixes
1 parent 1e2fff9 commit 47d0bd4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 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: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
16+
phpVersions: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
1717
lowestDependencies: true
1818

1919
coding-style:

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Assert helper, throws exceptions.
1818
composer require czproject/assert
1919
```
2020

21-
`CzProject\Assert` requires PHP 5.6.0 or later.
21+
`CzProject\Assert` requires PHP 5.6 or later.
2222

2323

2424
## Usage

0 commit comments

Comments
 (0)