Skip to content

[5.1.3] Fix broken build with GCC 14 (#5363) #3242

[5.1.3] Fix broken build with GCC 14 (#5363)

[5.1.3] Fix broken build with GCC 14 (#5363) #3242

Workflow file for this run

name: test-linux
on: [push, pull_request]
jobs:
test-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
coverage: none
- name: Show machine information
run: |
date
env
uname -a
ulimit -a
php -v
php --ini
ls -al
pwd
echo "`git log -20 --pretty --oneline`"
echo "`git log -10 --stat --pretty --oneline`"
- name: Run pecl-install.sh
run: |
sudo ${{runner.workspace}}/swoole-src/scripts/pecl-install.sh
- name: Run Swoole test
run: |
export SWOOLE_BRANCH=${GITHUB_REF##*/}
${{runner.workspace}}/swoole-src/scripts/route.sh