git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
08f5a2f
Branches
Tags
master
ticket
webinterface.git
.github
workflows
runtests.yml
update github actions version and php version
Hanno Böck
commited
08f5a2f
at 2023-09-02 08:20:19
runtests.yml
Blame
History
Raw
name: run tests on: - pull_request - push jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['8.2'] steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - name: Run tests run: | ./checkcodingstyle