File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 os : [ubuntu-latest]
2929 coverage-extension : [pcov]
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 - name : Use php ${{ matrix.php-version }}
3333 uses : shivammathur/setup-php@v2
3434 with :
4141 - name : List php modules using "no php ini" mode
4242 run : php -m -n
4343 - name : Cache module
44- uses : actions/cache@v5
44+ uses : actions/cache@v6
4545 with :
4646 path : ~/.composer/cache/
4747 key : composer-cache
5252 - name : Run all tests
5353 run : make qa
5454 - name : Send coverage
55- uses : codecov/codecov-action@v6
55+ uses : codecov/codecov-action@v7
5656 with :
5757 flags : php-${{ matrix.php-version }}-${{ matrix.os }}
5858 name : php-${{ matrix.php-version }}-${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
9090PHPDOC =$(shell which phpDocumentor)
9191
9292# Mago version
93- MAGOVERSION =1.40.2
93+ MAGOVERSION =1.42.0
9494
9595# --- MAKE TARGETS ---
9696
Original file line number Diff line number Diff line change 1- 2.6.1
1+ 2.6.2
You can’t perform that action at this time.
0 commit comments