File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,33 +44,33 @@ jobs:
4444 - 7.2
4545 - 7.3
4646 - 7.4
47- composer-args : [ "" ]
48- include :
49- - php : 8.0
50- composer-args : --ignore-platform-reqs
51- fail-fast : false
47+ - 8.0
48+ - 8.1
49+ - 8.2
50+ - 8.3
51+ - 8.4
5252
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v2
55+ uses : actions/checkout@v4
5656
5757 - name : Install PHP
5858 uses : shivammathur/setup-php@v2
5959 with :
6060 php-version : ${{ matrix.php }}
6161
6262 - name : Cache PHP dependencies
63- uses : actions/cache@v2
63+ uses : actions/cache@v4
6464 with :
6565 path : vendor
6666 key : ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
6767 restore-keys : ${{ runner.os }}-php-${{ matrix.php }}-composer-
6868
6969 - name : Install dependencies
70- run : composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
70+ run : composer install --prefer-dist --no-progress
7171
7272 - name : Tests
7373 run : composer test
7474
7575 - name : Tests coverage
76- run : composer coverage
76+ run : composer coverage
You can’t perform that action at this time.
0 commit comments