Skip to content

Laravel 12 and Nova 5 support #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 27, 2025
Merged

Laravel 12 and Nova 5 support #62

merged 3 commits into from
Mar 27, 2025

Conversation

mdpoulter
Copy link
Member

@mdpoulter mdpoulter commented Mar 27, 2025

Supersedes #60
Supersedes #61

@mdpoulter mdpoulter requested a review from Copilot March 27, 2025 17:33
@mdpoulter mdpoulter self-assigned this Mar 27, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR provides support for Laravel 12 and Nova 5 by updating the CI workflows accordingly. Key changes include modifying the test matrix to support additional PHP and Laravel versions, adding Nova as part of the test matrix, and updating action versions for code checkout and PHP setup.

Reviewed Changes

Copilot reviewed 2 out of 18 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/run-tests.yml Updates to test matrix including PHP 8.4, Laravel 12, and addition of Nova support; updates action versions.
.github/workflows/code-style.yml Updates PHP version from 8.3 to 8.4 and the checkout action version.
Files not reviewed (16)
  • composer.json: Language not supported
  • tests/Fields/FieldTest.php: Language not supported
  • tests/Fields/FlaggedFieldTest.php: Language not supported
  • tests/Fields/IntegerFieldTest.php: Language not supported
  • tests/Fields/NoCastsFieldTest.php: Language not supported
  • tests/Fields/StringFieldTest.php: Language not supported
  • tests/Filters/BooleanFilterTest.php: Language not supported
  • tests/Filters/FilterTest.php: Language not supported
  • tests/Filters/FlaggedBooleanFilterTest.php: Language not supported
  • tests/Filters/FlaggedFilterTest.php: Language not supported
  • tests/Filters/IntegerBooleanFilterTest.php: Language not supported
  • tests/Filters/IntegerFilterTest.php: Language not supported
  • tests/Filters/NoCastsBooleanFilterTest.php: Language not supported
  • tests/Filters/NoCastsFilterTest.php: Language not supported
  • tests/Filters/StringBooleanFilterTest.php: Language not supported
  • tests/Filters/StringFilterTest.php: Language not supported

@mdpoulter mdpoulter merged commit 088dc06 into main Mar 27, 2025
13 checks passed
@mdpoulter mdpoulter deleted the l12 branch March 27, 2025 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant