Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Jan 26, 2025
1 parent cc0ea12 commit e203564
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
laravel: [5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
os: [ubuntu-latest]
include:
- laravel: 11.*
Expand Down Expand Up @@ -101,6 +101,18 @@ jobs:
php: '8.0'
- laravel: 11.*
php: '8.1'
- laravel: 12.*
php: 7.1
- laravel: 12.*
php: 7.2
- laravel: 12.*
php: 7.3
- laravel: 12.*
php: 7.4
- laravel: 12.*
php: '8.0'
- laravel: 12.*
php: '8.1'

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

Expand Down

0 comments on commit e203564

Please sign in to comment.