Skip to content

Commit

Permalink
Remove Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent f9bc439 commit e1f3cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/laravel-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel 9/10/11
name: Laravel 10/11

on:
push:
Expand All @@ -16,12 +16,9 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [9.*, 10.*, 11.*]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
canvas: 7.*
- laravel: 10.*
testbench: 8.*
canvas: 8.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP 8.*
name: PHP 8.2/8.3

on:
push:
Expand Down

0 comments on commit e1f3cbc

Please sign in to comment.