File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
dependencies : ["lowest", "highest"]
20
20
php-version :
21
21
- " 8.2"
22
+ - " 8.3"
22
23
23
24
steps :
24
25
- name : " Checkout"
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : shivammathur/setup-php@master
16
16
with :
17
- php-version : 8.2
17
+ php-version : 8.3
18
18
coverage : xdebug
19
19
- name : Load dependencies from cache
20
20
id : composer-cache
23
23
- uses : actions/cache@v4
24
24
with :
25
25
path : ${{ steps.composer-cache.outputs.dir }}
26
- key : ${{ runner.os }}-php8.2 -composer-${{ hashFiles('**/composer.json') }}
26
+ key : ${{ runner.os }}-php8.3 -composer-${{ hashFiles('**/composer.json') }}
27
27
restore-keys : |
28
- ${{ runner.os }}-php8.2 -composer-
28
+ ${{ runner.os }}-php8.3 -composer-
29
29
30
30
- run : composer install --prefer-dist --no-progress --no-suggest
31
31
- run : php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
37
37
flags : unittests # optional
38
38
name : codecov-umbrella # optional
39
39
fail_ci_if_error : true # optional (default = false)
40
- verbose : true # optional (default = false)
40
+ verbose : true # optional (default = false)
You can’t perform that action at this time.
0 commit comments