Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Setup test for Laravel 9 #2

Open
hms5232 opened this issue Oct 2, 2022 · 0 comments
Open

Setup test for Laravel 9 #2

hms5232 opened this issue Oct 2, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hms5232
Copy link
Owner

hms5232 commented Oct 2, 2022

I had set a test on laravel-9 branch. This is based on reusable action base-test.yml and input laravel-version parameter. That will make action run composer require laravel/framework ^{laravel-version} before testing and sure dependency is for specific Laravel version.

This way seem work at Laravel 8 (log), but failed at 9 (log). I'm not sure what happen in. Any idea?

   • Hms5232\LaravelTwinCache\Tests\TwinStoreTest > get twin
   InvalidArgumentException 

  Driver [twin] is not supported.

  at vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:109
    105▕ 
    106▕             if (method_exists($this, $driverMethod)) {
    107▕                 return $this->{$driverMethod}($config);
    108▕             } else {
  ➜ 109▕                 throw new InvalidArgumentException("Driver [{$config['driver']}] is not supported.");
    110▕             }
    111▕         }
    112▕     }
    113▕
@hms5232 hms5232 added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant