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

Could not install phalcon3 #413

Closed
8 of 10 tasks
HubertSadecki opened this issue Feb 22, 2021 · 2 comments
Closed
8 of 10 tasks

Could not install phalcon3 #413

HubertSadecki opened this issue Feb 22, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@HubertSadecki
Copy link

Describe the bug
When trying to install phalcon3 within php 7.3, installation fail and verbose output is as follow:

E: Unable to locate package php7.3-phalcon3
E: Couldn't find any package by glob 'php7.3-phalcon3'
E: Couldn't find any package by regex 'php7.3-phalcon3'
[apt-fast 10:28:53]Package manager quit with exit code.
✗ phalcon Could not install phalcon on PHP 7.3.27
Error: The process '/usr/bin/bash' failed with exit code 1

The same thing happens when trying to install it with php 7.4. Probably it can happen with other PHP version I didn't verify.

Last time it worked fine was on 4th of February 2021 14:35 CET.

Version

  • I have checked releases, and the bug exists in the latest patch version of v1 or v2.
  • v2
  • v1
  • 2.9.0
  • 2.8.0
  • 2.7.0

Runners

  • GitHub Hosted
  • Self Hosted

Operating systems
ubuntu-latest

PHP versions

  • 7.3
  • 7.4

To Reproduce

name: Commit review
on: [pull_request]
jobs:
  check:
    name: Review
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - name: Setup PHP with composer and extensions
        uses: shivammathur/setup-php@v2
        with:
          php-version: '7.3'
          extensions: mbstring, dom, zip, phalcon3, pgsql
        env:
          fail-fast: true
@HubertSadecki HubertSadecki added the bug Something isn't working label Feb 22, 2021
@shivammathur

This comment has been minimized.

@shivammathur shivammathur added this to the 2.10.0 milestone Feb 22, 2021
@shivammathur
Copy link
Owner

Fixed in 2.10.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants