Skip to content

Commit

Permalink
Test: Add 8.1 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Sep 11, 2021
1 parent be106cb commit 1ec0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
actions:
- name: PHPStan
run: composer phpstan
Expand Down

0 comments on commit 1ec0da2

Please sign in to comment.