Open
Conversation
Member
ErikBernskiold
commented
Jan 1, 2026
- Update composer.json to support PHP 8.2+
- Update composer.json to support Laravel 9, 10, 11, 12
- Add Mockery dev dependency for testing
- Add comprehensive test suite with 135 tests covering:
- API client and resources (Courses, Users, Groups)
- Data Transfer Objects (User, Course, Group, etc.)
- Service Provider and Facade
- Support utilities (ApiParsing)
- Add GitHub Actions CI workflow with matrix testing
- Tests across PHP 8.2-8.4 and Laravel 9-12 combinations
- Future-proof PHP 8.5 support (continue-on-error)
- Add code style fix workflow
- Add Dependabot configuration
- Fix TalentLmsApiClient to work with Http::fake() in tests
- Fix Group and UserCertification DTOs to handle missing properties
- Remove unused import from ServiceProvider
- Make TalentLms class properly injectable via container
- Update composer.json to support PHP 8.2, 8.3, 8.4, 8.5 - Update composer.json to support Laravel 9, 10, 11, 12 - Add Mockery dev dependency for testing - Add comprehensive test suite with 135 tests covering: - API client and resources (Courses, Users, Groups) - Data Transfer Objects (User, Course, Group, etc.) - Service Provider and Facade - Support utilities (ApiParsing) - Add GitHub Actions CI workflow with matrix testing - Tests across PHP 8.2-8.4 and Laravel 9-12 combinations - Future-proof PHP 8.5 support (continue-on-error) - Add code style fix workflow - Add Dependabot configuration - Fix TalentLmsApiClient to work with Http::fake() in tests - Fix Group and UserCertification DTOs to handle missing properties - Remove unused import from ServiceProvider - Make TalentLms class properly injectable via container
- Add Pest 1.x support to composer.json for Laravel 9 compatibility - Update CI workflow to use --dev flag for dev dependencies - Add pest version to CI matrix for proper version matching - Set fail-fast: false to allow other matrix jobs to complete
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.