diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e630a2b91..79f1c76d9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,17 +15,12 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] - laravel: [10.*, 11.*] + php: [8.2, 8.3] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 10.* - testbench: 8.* - laravel: 11.* - testbench: 9.* - exclude: - - laravel: 11.* - php: 8.1 + testbench: "^9.1.4" services: mysql: diff --git a/composer.json b/composer.json index 7c10d198a..7c5d38e8e 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "rapidez/laravel-multi-cache": "^2.1", "blade-ui-kit/blade-heroicons": "^2.4", "mailerlite/laravel-elasticsearch": "^11.1", - "illuminate/database": "^10.0|^11.0", - "illuminate/events": "^10.0|^11.0", - "illuminate/queue": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^11.0", + "illuminate/events": "^11.0", + "illuminate/queue": "^11.0", + "illuminate/support": "^11.0", "lcobucci/clock": "^2.0|^3.2", "lcobucci/jwt": "^4.0|^5.3", "rapidez/blade-directives": "^0.6", diff --git a/package.json b/package.json index fd7708f31..6ac06921d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "prod": "vite build" }, "devDependencies": { - "@appbaseio/reactivesearch-vue": "https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es", + "@appbaseio/reactivesearch-vue": "https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz", "@babel/core": "^7.23.9", "@hotwired/turbo": "^8.0.2", "@tailwindcss/forms": "^0.5.3", diff --git a/yarn.lock b/yarn.lock index adcd8b257..8c650b869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,9 +26,9 @@ redux-thunk "^2.3.0" xdate "^0.8.2" -"@appbaseio/reactivesearch-vue@https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es": +"@appbaseio/reactivesearch-vue@https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz": version "2.0.0-alpha.4" - resolved "https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es#aa3e3bf8a01901a56f123e8022c5df7e57798801" + resolved "https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz#5e7551d193f6160a8c967d51f511d880fbd17371" dependencies: "@appbaseio/reactivecore" "9.14.25" "@appbaseio/vue-emotion" "0.4.4"