Skip to content

composer: bump phpstan/phpstan from 2.1.22 to 2.1.25 #42

composer: bump phpstan/phpstan from 2.1.22 to 2.1.25

composer: bump phpstan/phpstan from 2.1.22 to 2.1.25 #42

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build the Docker image
run: docker build . --file Containerfile --tag my-image-name:$(date +%s)