Skip to content

Commit

Permalink
[3.x] Supports PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 19, 2024
1 parent 42d29c9 commit 3006be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4
laravel:
- "10.x"
- "11.x"
Expand All @@ -23,6 +24,8 @@ jobs:
exclude:
- php: 8.1
laravel: "11.x"
- php: 8.4
laravel: "10.x"

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4
laravel:
- "11.x"
- "10.x"
Expand All @@ -31,6 +32,8 @@ jobs:
exclude:
- php: 8.1
laravel: "11.x"
- php: 8.4
laravel: "10.x"

name: Laravel:${{ matrix.laravel }} / PHP:${{ matrix.php }} / OS:${{ matrix.os }} ${{ matrix.dependencies == 'highest' && '⬆️' || '⬇️' }}

Expand Down

0 comments on commit 3006be1

Please sign in to comment.