File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 12
12
- " 8.2"
13
13
- " 8.1"
14
14
- " 8.0"
15
- - " 7.4"
16
15
17
16
env :
18
- - TYPOS_VERSION="1.22.9 "
17
+ - TYPOS_VERSION="1.27.3 "
19
18
20
19
jobs :
21
20
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"
22
29
-
23
30
name : " With lowest deps"
24
31
php : " 7.4"
25
32
install :
26
33
- " composer update --no-interaction --prefer-lowest"
27
34
- " 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"
28
38
-
29
39
name : " Search for misspellings"
30
40
before_install : " skip"
You can’t perform that action at this time.
0 commit comments