Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

docs: update shield badges #9

docs: update shield badges

docs: update shield badges #9

Workflow file for this run

name: Laravel 8
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/base-test.yml
with:
php-version: '["7.3", "7.4", "8.0"]'
os: ubuntu-18.04