Skip to content

Merge pull request #7 from dvsa/feature-bl-17035-php-82-update #30

Merge pull request #7 from dvsa/feature-bl-17035-php-82-update

Merge pull request #7 from dvsa/feature-bl-17035-php-82-update #30

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
schedule:
- cron: '0 0 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
static:
uses: dvsa/.github/.github/workflows/php-static.yml@v4.1.0
with:
php-version: "8.2"
composer-version: '2.2.24'
test:
uses: dvsa/.github/.github/workflows/php-tests.yml@v4.1.0
with:
php-versions: "[\"8.0\", \"8.1\", \"8.2\"]"
composer-version: '2.2.24'
security:
uses: dvsa/.github/.github/workflows/php-security.yml@v4.1.0
with:
php-version: "8.2"
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}