File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 env :
1919 MYSQL_DATABASE : flarum_test
2020 MYSQL_ROOT_PASSWORD : root
21- options : --health-cmd="mysqladmin ping " --health-interval=5s --health-timeout=2s --health-retries=3
21+ options : --health-cmd="healthcheck.sh --connect --innodb_initialized " --health-interval=10s --health-timeout=5s --health-retries=3
2222
2323 strategy :
2424 matrix :
@@ -48,15 +48,21 @@ jobs:
4848 run : make test -k
4949
5050 - name : Upload coverage
51- uses : codecov/codecov-action@v3
51+ uses : codecov/codecov-action@v4
5252 with :
53+ token : ${{ secrets.CODECOV_TOKEN }}
5354 files : tests/.phpunit.unit.cov.xml,tests/.phpunit.integration.cov.xml
5455
5556 analyse :
5657 runs-on : ubuntu-latest
5758 steps :
5859 - uses : actions/checkout@v3
5960
61+ - name : Setup PHP
62+ uses : shivammathur/setup-php@v2
63+ with :
64+ php-version : ' 8.2'
65+
6066 - name : Install dependencies
6167 run : make
6268
You can’t perform that action at this time.
0 commit comments