Skip to content

Bump phpunit/phpunit from 10.5.5 to 10.5.9 #254

Bump phpunit/phpunit from 10.5.5 to 10.5.9

Bump phpunit/phpunit from 10.5.5 to 10.5.9 #254

Workflow file for this run

name: 'Continuous Integration'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
uses: accuracode/workflow-continuous-integration/.github/workflows/testing.yml@main
code-ql:
needs: [ test ]
uses: accuracode/workflow-continuous-integration/.github/workflows/code-quality.yml@main
qodana:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
with:
pr-mode: ${{ github.event_name == 'pull_request' }}
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}