diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 642b068..e5b672b 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -6,7 +6,7 @@ on:
       - master
   pull_request:
     branches:
-      - *
+      - "**"
   schedule:
     - cron: '0 0 * * *'
 
diff --git a/README.markdown b/README.markdown
index 71fdfb6..cf1c859 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,8 +4,9 @@
 [![Latest Unstable Version](https://poser.pugx.org/kalnoy/nestedset/v/unstable.svg)](https://packagist.org/packages/kalnoy/nestedset)
 [![License](https://poser.pugx.org/kalnoy/nestedset/license.svg)](https://packagist.org/packages/kalnoy/nestedset)
 
-This is a Laravel 4-10 package for working with trees in relational databases.
+This is a Laravel package for working with trees in relational databases.
 
+*   **Laravel 12.0** is supported since v6.0.??
 *   **Laravel 11.0** is supported since v6.0.4
 *   **Laravel 10.0** is supported since v6.0.2
 *   **Laravel 9.0** is supported since v6.0.1
diff --git a/composer.json b/composer.json
index 6f9ccba..037244d 100644
--- a/composer.json
+++ b/composer.json
@@ -17,9 +17,9 @@
     ],
     "require": {
         "php": "^7.2.5|^8.0",
-        "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
-        "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
-        "illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0"
+        "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+        "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+        "illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
     },
     "autoload": {
         "psr-4": {