Skip to content

fix: improve compatibility with PHP 8.4 (#214) #933

fix: improve compatibility with PHP 8.4 (#214)

fix: improve compatibility with PHP 8.4 (#214) #933

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: Postgres
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-pgsql.yml@master
...