Skip to content

Enhance Android SMS Gateway PHP client with new entities and API methods #110

Enhance Android SMS Gateway PHP client with new entities and API methods

Enhance Android SMS Gateway PHP client with new entities and API methods #110

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
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