diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index aee1d04..9cb029e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.1] + php: [8.3, 8.2, 8.1] laravel: ['8.*', '9.*', '10.*', '11.*'] stability: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index da89f09..062e968 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", + "php": "^8.0|^8.1|^8.2|^8.3", "guzzlehttp/guzzle": "^7.5", "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "mike42/escpos-php": "^4.0",