Skip to content

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14 #29

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14

Bump simplesamlphp/saml2 from 4.6.12 to 4.16.14 #29

Workflow file for this run

#file: noinspection UndefinedParamsPresent,UndefinedAction
name: PHPCS
on: push
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.1
args: --ignore-platform-reqs
- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
with:
path: src/
standard: phpcs.xml
php_version: 8.1