File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 6
6
/.github export-ignore
7
7
/.gitignore export-ignore
8
8
/.github export-ignore
9
- /phpstan.neon.dist export-ignore
9
+ /Makefile export-ignore
10
+ /phpstan.src.neon.dist export-ignore
10
11
/phpstan.tests.neon.dist export-ignore
11
12
/phpunit.xml.dist export-ignore
12
13
/psalm.xml export-ignore
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
jobs :
8
- tests_latest :
8
+ latest :
9
9
name : PHP ${{ matrix.php }} Latest
10
10
runs-on : ubuntu-20.04
11
11
@@ -27,26 +27,17 @@ jobs:
27
27
- name : Setup Problem Matchers
28
28
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
29
29
30
- - name : Install PHP 5/7 Dependencies
30
+ - name : Install Latest Dependencies
31
31
uses : nick-invision/retry@v1
32
32
with :
33
33
timeout_minutes : 5
34
34
max_attempts : 5
35
35
command : composer update --no-interaction --no-progress
36
- if : " matrix.php < 8"
37
-
38
- - name : Install PHP 8 Dependencies
39
- uses : nick-invision/retry@v1
40
- with :
41
- timeout_minutes : 5
42
- max_attempts : 5
43
- command : composer update --no-interaction --no-progress --ignore-platform-reqs
44
- if : " matrix.php >= 8"
45
36
46
37
- name : Execute PHPUnit
47
38
run : vendor/bin/phpunit
48
39
49
- tests_lowest :
40
+ lowest :
50
41
name : PHP ${{ matrix.php }} Lowest
51
42
runs-on : ubuntu-20.04
52
43
Original file line number Diff line number Diff line change 27
27
"require-dev" : {
28
28
"ext-filter" : " *" ,
29
29
"bamarni/composer-bin-plugin" : " ^1.4.1" ,
30
- "phpunit/phpunit" : " ^7.5.20 || ^8.5.2 || ^9.0 "
30
+ "phpunit/phpunit" : " ^7.5.20 || ^8.5.8 || ^9.4 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments