Skip to content

Commit

Permalink
fifi
Browse files Browse the repository at this point in the history
  • Loading branch information
gongo committed May 13, 2024
1 parent 5eaa265 commit f950f2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- 8.3
include:
- php-version: 5.4
unrun-phpstan: false
unrun-phpstan: true
- php-version: 5.5
unrun-phpstan: false
unrun-phpstan: true
- php-version: 5.6
unrun-phpstan: false
unrun-phpstan: true
- php-version: 7.0
unrun-phpstan: false
unrun-phpstan: true
- php-version: 7.1
unrun-phpstan: false
unrun-phpstan: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f950f2b

Please sign in to comment.