-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub workflow settings and minor tweaks
This commit includes several changes related to the GitHub workflows. These include updating OS dependency to 'ubuntu-latest', PHP version to 8.2 and 8.3, adding MySQL service, DB environment variables, as well as adding the steps to create MySQL databases in the workflows. Additionally, '.phpunit.cache' has been added to .gitignore files, and dependabot settings have been updated as well. Signed-off-by: Sam Poyigi <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.php_cs | ||
.php_cs.cache | ||
.phpunit.result.cache | ||
.phpunit.cache | ||
/build | ||
composer.lock | ||
coverage | ||
|