Skip to content

Commit 0a4dc35

Browse files
authored
Update .travis.yml (#263)
1 parent 71b9b5d commit 0a4dc35

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,29 @@ php:
1212
- "8.2"
1313
- "8.1"
1414
- "8.0"
15-
- "7.4"
1615

1716
env:
18-
- TYPOS_VERSION="1.22.9"
17+
- TYPOS_VERSION="1.27.3"
1918

2019
jobs:
2120
include:
21+
-
22+
name: "PHP 7.4"
23+
php: "7.4"
24+
script:
25+
- "composer test:syntax -- --no-progress --exclude tests/data/hook-callback-named-args.php"
26+
- "composer test:phpunit -- --verbose"
27+
- "composer test:cs -- -s"
28+
- "composer test:phpstan -- --ansi --no-progress"
2229
-
2330
name: "With lowest deps"
2431
php: "7.4"
2532
install:
2633
- "composer update --no-interaction --prefer-lowest"
2734
- "composer update --no-interaction --with-all-dependencies szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset 'php-stubs/wordpress-stubs:^6.1'"
35+
script:
36+
- "composer test:phpunit -- --verbose"
37+
- "composer test:phpstan -- --ansi --no-progress"
2838
-
2939
name: "Search for misspellings"
3040
before_install: "skip"

0 commit comments

Comments
 (0)