File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- name : " installing PHP"
16
16
uses : " shivammathur/setup-php@v2"
17
17
with :
18
- php-version : " 8.0 "
18
+ php-version : " 8.1 "
19
19
20
20
- name : " installing php-cs-fixer"
21
- run : " wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.0.0 /php-cs-fixer.phar"
21
+ run : " wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.14.4 /php-cs-fixer.phar"
22
22
23
23
- name : " running php-cs-fixer"
24
24
run : " php php-cs-fixer.phar fix --dry-run --diff --no-ansi"
Original file line number Diff line number Diff line change 15
15
- name : " installing PHP"
16
16
uses : " shivammathur/setup-php@v2"
17
17
with :
18
- php-version : " 8.1 "
18
+ php-version : " 8.2 "
19
19
ini-values : memory_limit=-1
20
20
tools : composer:v2, phpstan, cs2pr
21
21
24
24
env :
25
25
COMPOSER_ROOT_VERSION : ' dev-main'
26
26
27
- - name : " installing phpunit "
27
+ - name : " installing PHPUnit "
28
28
run : " php vendor/bin/simple-phpunit install"
29
29
30
- - name : " running static analysis ( phpstan )"
30
+ - name : " running static analysis (PHPStan )"
31
31
run : " phpstan analyse"
Original file line number Diff line number Diff line change 24
24
- " 7.4"
25
25
- " 8.0"
26
26
- " 8.1"
27
+ - " 8.2"
27
28
operating-system :
28
29
- " ubuntu-latest"
29
30
59
60
if : ${{ matrix.dependencies == 'highest' }}
60
61
run : " composer update --no-interaction --no-progress"
61
62
62
- - name : " installing phpunit "
63
+ - name : " installing PHPUnit "
63
64
run : " php vendor/bin/simple-phpunit install"
64
65
65
66
- name : " running unit tests"
You can’t perform that action at this time.
0 commit comments