Skip to content

add gzip header (#8) #59

add gzip header (#8)

add gzip header (#8) #59

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: zip, sqlite3, http
coverage: none
- name: Install composer dependencies
run: composer install --no-cache --no-ansi --no-interaction --no-progress
- name: Execute pest tests
run: ./vendor/bin/pest