Skip to content

Switch to ML-DSA-44 #148

Switch to ML-DSA-44

Switch to ML-DSA-44 #148

Workflow file for this run

name: Psalm
on: [push, pull_request]
jobs:
psalm:
name: Psalm on PHP ${{ matrix.php-versions }}
runs-on: ${{ matrix.operating-system }}
permissions:
contents: read
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.4']
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Setup PHP
uses: "shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1" #v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install Composer dependencies
uses: "ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520" #v3
with:
composer-options: --dev
- name: Static Analysis
run: vendor/bin/psalm