Skip to content

feat(ci): default creation cache dir #14

feat(ci): default creation cache dir

feat(ci): default creation cache dir #14

name: PHP Composer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['8.2']
steps:
- uses: actions/checkout@v3
- name: Run container
run: make run
- name: Run tests
run: make test