Skip to content

build: uninstall unversioned dependency acato/wp-pre-commit-hook #13

build: uninstall unversioned dependency acato/wp-pre-commit-hook

build: uninstall unversioned dependency acato/wp-pre-commit-hook #13

Workflow file for this run

name: Continuous Integration PHP
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["7.4", "8.3"]
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php_version }}
version: "2.x"