Skip to content

Commit

Permalink
test in multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-at-bunny committed Mar 18, 2024
1 parent 300b3b4 commit c0d33e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ jobs:
name: code analysis
runs-on: ubuntu-latest

strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v4

- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: ${{ matrix.php-versions }}
tools: composer, php-cs-fixer, phpstan, phpunit

- run: composer install --prefer-dist --no-progress
Expand Down

0 comments on commit c0d33e2

Please sign in to comment.