Skip to content

BR-12229: Make basedir compatible with PHP84 #1

BR-12229: Make basedir compatible with PHP84

BR-12229: Make basedir compatible with PHP84 #1

Workflow file for this run

name: Basedir Extension Build & Test
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and test PHP extension
run: |
docker build -t php-basedir-extension . --progress=plain
- name: Archive test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
/var/task/basedir/*.out
/var/task/basedir/*.diff
retention-days: 7