Skip to content

Bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm #79

Bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm

Bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm #79

Workflow file for this run

name: Behat
on: pull_request
jobs:
integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.0' , '8.1', '8.2', '8.3']
name: php${{ matrix.php-versions }}
steps:
- name: Checkout app
uses: actions/checkout@v4
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Set up dependencies
run: composer install
- name: Run behat
run: vendor/bin/behat