Skip to content

Update PHP image version to 8.4 in docker-compose.yml. (#318) #183

Update PHP image version to 8.4 in docker-compose.yml. (#318)

Update PHP image version to 8.4 in docker-compose.yml. (#318) #183

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
name: build
jobs:
build:
uses: yiisoft/actions/.github/workflows/codeception.yml@master
with:
extensions: dom, json, gd, imagick
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
['8.1', '8.2', '8.3', '8.4']