-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Comments
yes, me too... setup of PHP versions < 8.3 works OK, perhaps there is a download problem? 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 |
Same here. It did worked yesterday, but it doesn't work today (probably that might help). |
@terabytesoftw @szepeviktor @Wirone @mprins @ChristophWurst It should work now. The builds had failed to upload to the releases correctly. |
Thanks for the great work. |
Hello @shivammathur First of all: Thank you very much for this easy to use integration! The above error rises again now. Could you please reopen this issue and investigate? Or, if it is my fault: Could you please tell me, what I need to do? My github action file:
Thanks in advance! |
I am getting the same behavior. Setup is failing for php 8.3 |
@Shaddix666 @ioigoume |
https://github.com/yii2-extensions/datetime-picker/actions/runs/6995258203/job/19029899096?pr=4
The text was updated successfully, but these errors were encountered: