- Notifications
You must be signed in to change notification settings - Fork18
Ignoreafter andfirst attributes with default values#164
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| --- | |
| 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 | |
| with: | |
| php:'["8.1","8.2","8.3","8.4"]' | |
| ... |