Skip to content

Commit

Permalink
- Merge github actions tests for laravel 8 and 9 into one file
Browse files Browse the repository at this point in the history
- Update readme
  • Loading branch information
ianriizky committed May 6, 2022
1 parent f433a01 commit e050a3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/tests-laravel-9.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action for Laravel
# https://github.com/shivammathur/setup-php/blob/master/examples/laravel-mysql.yml
name: tests-laravel-8
name: tests

on: [push, pull_request]

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 ramsey/collection:^1.2 brick/math:^0.9.3 --no-interaction --no-update
command: composer require league/commonmark:^2.0.2 ramsey/collection:^1.2 brick/math:^0.9.3 --no-interaction --no-update
if: matrix.php >= 8.1

- name: Install composer dependencies
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

![Image of Package](https://banners.beyondco.de/Talenta%20API.png?theme=light&packageManager=composer+require&packageName=ianriizky%2Ftalenta-api&pattern=architect&style=style_1&description=The+bridging+between+your+application+and+Talenta+API+using+Laravel+HTTP+Client.&md=1&showWatermark=0&fontSize=100px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg)

[![Build Status - Laravel 8](https://github.com/ianriizky/talenta-api/actions/workflows/tests-laravel-8.yml/badge.svg)](https://github.com/ianriizky/talenta-api/actions)
[![Build Status - Laravel 9](https://github.com/ianriizky/talenta-api/actions/workflows/tests-laravel-9.yml/badge.svg)](https://github.com/ianriizky/talenta-api/actions)
[![Build Status](https://github.com/ianriizky/talenta-api/actions/workflows/tests.yml/badge.svg)](https://github.com/ianriizky/talenta-api/actions)
[![StyleCI](https://github.styleci.io/repos/479041299/shield)](https://github.styleci.io/repos/479041299)
[![Coverage Status](https://coveralls.io/repos/github/ianriizky/talenta-api/badge.svg)](https://coveralls.io/github/ianriizky/talenta-api)
[![Latest Stable Version](https://poser.pugx.org/ianriizky/talenta-api/v/stable.svg)](https://packagist.org/packages/ianriizky/talenta-api)
Expand Down

0 comments on commit e050a3e

Please sign in to comment.