Skip to content

Commit

Permalink
livewire 3
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2023
1 parent 4beca65 commit b8d5d6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,18 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4]
laravel: [8.*, 9.*]
php: [8.1, 8.2]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*
exclude:
- laravel: 9.*
php: 7.4
- laravel: 10.*
testbench: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)

# A tile to display the status of Velo, the Antwerp bike sharing system

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-dashboard-velo-tile.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-dashboard-velo-tile)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/spatie/laravel-dashboard-velo-tile/run-tests?label=tests)](https://github.com/spatie/laravel-dashboard-velo-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-dashboard-velo-tile.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-dashboard-velo-tile)

This tile can used on the [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) to display the status of Velo, the Antwerp bike sharing system
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^8.0|^7.4",
"spatie/laravel-dashboard": "^2.0"
"php": "^8.1",
"spatie/laravel-dashboard": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b8d5d6e

Please sign in to comment.