Skip to content

Commit

Permalink
run github actions on php 7.4 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Nov 3, 2022
1 parent d8ad6e9 commit fc679d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

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

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit fc679d3

Please sign in to comment.