-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.1 of Stoic Core includes the following features: * Upgraded code to 8.0 signatures * Updated configs to specify 8.0+ * Checked code for consistency * Checked comments for consistency * Added EnumBase::tryGet() to utilize new static return type w/o breaking old code * Fixed compatibility problems w/ tests for new 8.0+ signatures
- Loading branch information
Showing
17 changed files
with
406 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: php | ||
php: | ||
- '7.1' | ||
- '7.2' | ||
- '8.0' | ||
- '8.1' | ||
before_install: | ||
- composer install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.