Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan committed Feb 14, 2023
1 parent ca0d723 commit 1bf9ada
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
laravel: [8.*, 9.*, 10.*]
php: [8.0, 8.1, 8.2]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.stability }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `laravel-twig` will be documented in this file

## 3.0.0 - 2023-02-14

- Happy Valentine Day 💖
- Support Laravel 10.x
- Add type-hints
- Remove Support Laravel 6.x, 7.x, 8.x
- Remove un-used codes

## 2.0.0 - 2022-01-18

- Support Laravel 9.x
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Dinh Quoc Han <contact@dinhquochan.com>
Copyright (c) 2023 Dinh Quoc Han <dqh@dinhquochan.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 1bf9ada

Please sign in to comment.