1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 12:44:04 +00:00

Partially revert CI changes

This commit is contained in:
Samuel Štancl 2025-08-05 21:05:08 +02:00
parent 4b823fca7d
commit 3ca90bc445
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- laravel: "dev-dbstore-setconnection" # todo0 revert along with require (8 lines below)
- laravel: "12.x-dev" # todo0 revert
php: "8.4"
steps:
@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Composer dependencies
run: |
composer require "stancl/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run tests
if: ${{ ! env.ACT }}