Skip to content
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

Upgrade to Laravel 10 and PHP 8.1 #352

Merged
merged 19 commits into from
Aug 20, 2024
Merged

Upgrade to Laravel 10 and PHP 8.1 #352

merged 19 commits into from
Aug 20, 2024

Conversation

omarrida
Copy link
Contributor

No description provided.

Copy link
Contributor

@techenby techenby left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@@ -17,7 +17,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is Nova Packages on a server that has 8.1 installed?

@@ -22,7 +22,7 @@ public function packageIdeaIssues(): Collection
$issues = Http::github()
->accept('application/vnd.github+json')
->get('search/issues', [
'q' => 'state:open label:package-idea repo:tighten/nova-package-development',
'q' => 'is:issue state:open label:package-idea repo:tighten/nova-package-development',
Copy link
Contributor

Choose a reason for hiding this comment

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

Was is:issue added to ensure we only grab issues?

@omarrida omarrida merged commit add7246 into main Aug 20, 2024
2 checks passed
@omarrida omarrida deleted the develop branch August 20, 2024 10:36
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.

3 participants