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

Adding PHP 8 support #71

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Adding PHP 8 support #71

merged 1 commit into from
Mar 17, 2021

Conversation

tezhm
Copy link

@tezhm tezhm commented Mar 16, 2021

Depends on #70

Updates dependencies to include PHP 8 support.

@tezhm
Copy link
Author

tezhm commented Mar 16, 2021

Hey, I'm not sure how to update the build strategy to only build the 2.8.0 orm with PHP 8.

@eigan
Copy link
Member

eigan commented Mar 17, 2021

@tezhm try this:

    name: PHP ${{ matrix.php }} - doctrine/orm ${{ matrix.orm }}
    strategy:
      matrix:
        php: ['7.2', '7.3', '7.4', '8.0']
        orm: ['2.6.0', '2.7.0', '2.8.0']
+      exclude:
+        - php: '8.0'
+          orm: 2.6.0'
+        - php: '8.0'
+          orm: 2.7.0'
    steps:
      - uses: actions/checkout@v2
      - name: Setup PHP

@tezhm tezhm force-pushed the php-8-support branch 4 times, most recently from 5f1cc12 to e7213b9 Compare March 17, 2021 06:38
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@tezhm tezhm force-pushed the php-8-support branch 2 times, most recently from 73147a3 to 24b5a87 Compare March 17, 2021 07:00
@eigan
Copy link
Member

eigan commented Mar 17, 2021

Looks good @tezhm! Thanks for this and #70 👍🏻

@tezhm
Copy link
Author

tezhm commented Mar 17, 2021

No worries man, glad to help out.

@eigan eigan merged commit c3f4497 into laravel-doctrine:1.x Mar 17, 2021
@eigan
Copy link
Member

eigan commented Mar 21, 2021

Should be released with 1.2.1 now @tezhm. Thanks!

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.

2 participants