From 02722a0256731e7996bb9d0e544238a408e78bf5 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 22 Apr 2024 16:28:40 +0200 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 2 +- .scrutinizer.yml | 19 ------------------- composer.json | 5 ++--- 3 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7c8cea3..6703186 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1] dependency-version: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index df16b68..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,19 +0,0 @@ -filter: - excluded_paths: [tests/*] - -checks: - php: - remove_extra_empty_lines: true - remove_php_closing_tag: true - remove_trailing_whitespace: true - fix_use_statements: - remove_unused: true - preserve_multiple: false - preserve_blanklines: true - order_alphabetically: true - fix_php_opening_tag: true - fix_linefeed: true - fix_line_ending: true - fix_identation_4spaces: true - fix_doc_comments: true - diff --git a/composer.json b/composer.json index 52c1ad3..208c86d 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,10 @@ } ], "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "larapack/dd": "^1.0", - "phpunit/phpunit": "^8.0 || ^9.0" + "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { "psr-4": {