Skip to content

Commit

Permalink
Bump min. PHP version to 8 and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekinhbayar committed Oct 19, 2022
1 parent 7de2692 commit dc48fb2
Show file tree
Hide file tree
Showing 7 changed files with 824 additions and 544 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/public/.htaccess
config.php
vendor
.phpunit.result.cache
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- "7.0"
- "7.1"
- "8.0"
- "8.1"
- "nightly"

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
],
"require": {
"php": "^7"
"php": "^8"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^9"
}
}
Loading

0 comments on commit dc48fb2

Please sign in to comment.