Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump #13

Merged
merged 12 commits into from
Oct 22, 2024
Prev Previous commit
Next Next commit
Fix test
Kristories committed Oct 22, 2024
commit 7cb075c805ca1ec9254b445ad05e7d17610cb346
16 changes: 12 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -4,19 +4,21 @@ on:
push:
branches:
- "**"
pull_request:
branches: [main]
pull_request:
branches: [main]

jobs:
run-tests:
runs-on: ${{ matrix.os }}

strategy:
matrix:
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
php: [7.3, 7.4, '8.0', 8.1, 8.2]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
os: [ubuntu-latest]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
@@ -65,6 +67,12 @@ jobs:
php: 7.4
- laravel: 10.*
php: '8.0'
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: '8.0'

name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}