Skip to content

fix: correct proxy-country count 223 -> 190+ #6

fix: correct proxy-country count 223 -> 190+

fix: correct proxy-country count 223 -> 190+ #6

Workflow file for this run

name: Build and test
on:
push:
pull_request:
permissions:
contents: read
jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install
run: composer install --no-interaction --prefer-dist
- name: Test
env:
VIRTUALSMS_TEST_API_KEY: ${{ secrets.VIRTUALSMS_TEST_API_KEY }}
run: composer test || vendor/bin/phpunit