Skip to content

ci: check composer install in GitHub Actions #4

ci: check composer install in GitHub Actions

ci: check composer install in GitHub Actions #4

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: Install dependencies
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php_version }}
version: '2.x'