8000 Test on PHP 8.3 and 8.4 (#92) · php-http/cache-plugin@004df3e · GitHub
[go: up one dir, main page]

Skip to content

Test on PHP 8.3 and 8.4 (#92) #71

Test on PHP 8.3 and 8.4 (#92)

Test on PHP 8.3 and 8.4 (#92) #71

Workflow file for this run

name: Static analysis
on:
push:
branches:
- '*.x'
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress
0