diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d24f78..fc3ee5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.0', '8.1'] - laravel: ['8.22', '8.81', '9.0'] + laravel: ['8.22', '8.83', '9.0'] enum: ['2', '3'] exclude: - php: '8.1' diff --git a/composer.json b/composer.json index 7fc6ade..91491ca 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "description": "Enum attribute casting for Eloquent models", "type": "library", "license": "MIT", - "minimum-stability": "dev", "keywords": ["enum", "konekt", "artkonekt", "laravel", "eloquent"], "support": { "source": "https://github.com/artkonekt/enum-eloquent"