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

Error run tests php 8.3. #789

Closed
terabytesoftw opened this issue Nov 26, 2023 · 4 comments
Closed

Error run tests php 8.3. #789

terabytesoftw opened this issue Nov 26, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@terabytesoftw
Copy link

image

https://github.com/yii2-extensions/datetime-picker/actions/runs/6995258203/job/19029899096?pr=4

@terabytesoftw terabytesoftw added the bug Something isn't working label Nov 26, 2023
@mprins
Copy link

mprins commented Nov 26, 2023

yes, me too... setup of PHP versions < 8.3 works OK, perhaps there is a download problem?
https://github.com/mprins/dokuwiki-plugin-openlayersmap/actions/runs/6995334428/job/19030103385?pr=8

config:

jobs:
  test:
    name: PHP Unit
    runs-on: ubuntu-latest

    strategy:
      matrix:
        php-version: [ '8.0', '8.1', '8.2', '8.3' ]
        dokuwiki-branch: [ 'master', 'stable' ]
      fail-fast: false

    steps:
      - uses: actions/checkout@v4

      - name: Setup PHP
        uses: shivammathur/setup-php@v2
        with:
          php-version: ${{ matrix.php-version }}
          extensions: mbstring, intl, bz2, gd, imagick
          ini-values: pcre.jit=0

log

##[debug]Evaluating condition for step: 'Setup PHP'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Setup PHP
##[debug]Loading inputs
##[debug]Evaluating: matrix.php-version
##[debug]Evaluating Index:
##[debug]..Evaluating matrix:
##[debug]..=> Object
##[debug]..Evaluating String:
##[debug]..=> 'php-version'
##[debug]=> '8.3'
##[debug]Result: '8.3'
##[debug]Loading env
Run shivammathur/setup-php@v[2](https://github.com/mprins/dokuwiki-plugin-openlayersmap/actions/runs/6995334428/job/19030103385?pr=8#step:3:2)
/usr/bin/bash /home/runner/work/_actions/shivammathur/setup-php/v2/src/scripts/run.sh

==> Setup PHP
✗ PHP Could not setup PHP 8.[3](https://github.com/mprins/dokuwiki-plugin-openlayersmap/actions/runs/6995334428/job/19030103385?pr=8#step:3:3)
Error: The process '/usr/bin/bash' failed with exit code 1
##[debug]Node Action run completed with exit code 1
##[debug]Finishing: Setup PHP

@kudashevs
Copy link

kudashevs commented Nov 26, 2023

Same here. It did worked yesterday, but it doesn't work today (probably that might help).

image

image

config file: https://github.com/kudashevs/laravel-share-buttons/blob/master/.github/workflows/run-tests.yml

@shivammathur
Copy link
Owner

@terabytesoftw @szepeviktor @Wirone @mprins @ChristophWurst

It should work now. The builds had failed to upload to the releases correctly.

@terabytesoftw
Copy link
Author

Thanks for the great work.

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

4 participants