Fixed cookie tests for newer PHP versions #3
This file contains 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
name: CI | |
on: | |
# Run on all pushes to master and on all pull requests. | |
push: | |
branches: | |
master | |
pull_request: | |
# Allow manually triggering the workflow. | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: "zetacomponents/.github/.github/workflows/ci.yml@master" |