File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 name : PHP
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4.0.0
1212 - name : Setup PHP with tools
1313 uses : shivammathur/setup-php@v2
1414 with :
Original file line number Diff line number Diff line change 1919 uses : shivammathur/setup-php@v2
2020 with :
2121 php-version : ${{ matrix.php }}
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4.0.0
2323 - run : echo "::add-matcher::.github/php-syntax.json"
2424 - run : |
2525 ! find . -type f -name '*.php' -exec php -l '{}' \; 2>&1 |grep -v '^No syntax errors detected'
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@v2.4.2
15+ - uses : actions/checkout@v4.0.0
1616
1717 - uses : actions/setup-node@v3.8.1
1818 with :
You can’t perform that action at this time.
0 commit comments