File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- { php: 8.3, phpunit: 10, experimental: true }
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Composer cache
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : " vendor"
25
25
key : ${{ runner.os }}-${{ matrix.env.php }}-composer-${{ hashFiles('composer.json') }}
37
37
run : composer install -o --no-interaction --no-suggest --prefer-dist
38
38
39
39
- name : PHPUnit tests
40
- uses : php-actions/phpunit@v3
40
+ uses : php-actions/phpunit@v4
41
41
env :
42
42
XDEBUG_MODE : coverage
43
43
with :
67
67
path : code-coverage-results.md
68
68
69
69
- name : Behat tests
70
- uses : php-actions/behat@master
70
+ uses : php-actions/behat@v1.0.1
71
71
with :
72
72
php_version : " ${{ matrix.env.php }}"
You can’t perform that action at this time.
0 commit comments