Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Update README.md

Update README.md #68

Workflow file for this run

name: Score Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-22.04 ]
php: ['7.4', '8.0', '8.1']
name: PHP ${{ matrix.php }} API Test
steps:
- uses: actions/[email protected]
- name: Setup PHP
uses: nanasess/[email protected]
with:
php-version: ${{ matrix.php }}
- run: php live.php