Skip to content

Update the settings of the REST client #23

Update the settings of the REST client

Update the settings of the REST client #23

Workflow file for this run

name: continuous-integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: curl, intl, mbstring, simplexml
php-version: 8.3
- name: Install dependencies
uses: ramsey/composer-install@v3
- name: Run tests
run: composer test
env:
AKISMET_API_KEY: ${{secrets.AKISMET_API_KEY}}