Skip to content

Added: php versions matrix #13

Added: php versions matrix

Added: php versions matrix #13

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
- name: Tests
run: make test