Skip to content

Commit

Permalink
Run static tests on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan authored Dec 16, 2021
1 parent 68c271c commit 0e6b341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
name: Code Style

steps:
Expand All @@ -29,4 +29,4 @@ jobs:
run: composer run cs

- name: Run PHPStan
run: composer run static
run: composer run static

0 comments on commit 0e6b341

Please sign in to comment.