Skip to content
Prev Previous commit
Next Next commit
Update main.yml
  • Loading branch information
eXorus committed May 8, 2020
commit 03cf8bf7a39875928616d31963d1c350e7da6003
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
include:
- php: 5.6
phpunit: 5
phpunit: 5.7
- php: 7.0
phpunit: 6
phpunit: 6.0
- php: 7.1
phpunit: 7.5
- php: 7.2
Expand Down