File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
- ' 8.1'
28
28
- ' 8.2'
29
29
- ' 8.3'
30
+ - ' 8.4'
30
31
steps :
31
32
- name : Check out repository
32
33
uses : actions/checkout@v4
@@ -49,14 +50,14 @@ jobs:
49
50
restore-keys : ${{ runner.os }}-composer-
50
51
- name : Install composer dependencies
51
52
run : |
52
- composer remove infection/infection symplify/phpstan-rules --dev --no-update
53
+ composer remove infection/infection symplify/phpstan-rules ergebnis/composer-normalize --dev --no-update
53
54
composer install --prefer-dist --no-progress --no-suggest
54
55
- name : Run PHP linter
55
56
run : |
56
57
find . -type f -name '*.php' ! -path "./vendor/*" -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )
57
58
- name : Run unit tests
58
59
run : |
59
- make tests
60
+ vendor/bin/phpunit --configuration= tests/phpunit.xml.dist
60
61
code-quality :
61
62
name : Code Quality
62
63
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ enabled by default.
12
12
13
13
| JobRouter REST Client | JobRouter® | PHP |
14
14
| -----------------------| -----------------------------| -----------|
15
- | 3.1 | 2022.1 - 2024.3 | 8.1 - 8.3 |
15
+ | 3.1 | 2022.1 - 2024.3 | 8.1 - 8.4 |
16
16
| 3.0 | 2022.1 - 2024.3 | 8.1 - 8.3 |
17
17
| 2.0 | 2022.1 - 2024.2 | 8.1 - 8.3 |
18
18
| 1.4 | 4.2 - 5.2 / 2022.1 - 2023.2 | 7.4 - 8.2 |
You can’t perform that action at this time.
0 commit comments