From 4cac294b40152113feeb26adf98a0380ab6957ae Mon Sep 17 00:00:00 2001 From: Todd Austin Date: Fri, 15 Sep 2023 10:15:13 -0500 Subject: [PATCH] fallback to phpunit >=10.0 --- .github/workflows/eslint.yml | 30 ------------------------------ .github/workflows/prettier.yml | 30 ------------------------------ composer.json | 2 +- composer.lock | 2 +- 4 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 .github/workflows/eslint.yml delete mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml deleted file mode 100644 index 3af45e576..000000000 --- a/.github/workflows/eslint.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: eslint - -on: - push: - branches: - - '*' - pull_request: - schedule: - - cron: '0 0 * * *' - -jobs: - build: - name: Node 16 on ubuntu-latest - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 16 - cache: 'npm' - - - name: Install Node.js dependencies - run: npm ci - - - name: Run ESLint - run: npm run lint diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml deleted file mode 100644 index bd2c6562f..000000000 --- a/.github/workflows/prettier.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: prettier - -on: - push: - branches: - - '*' - pull_request: - schedule: - - cron: '0 0 * * *' - -jobs: - build: - name: Node 16 on ubuntu-latest - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 16 - cache: 'npm' - - - name: Install Node.js dependencies - run: npm ci - - - name: Run Prettier - run: npm run format --check diff --git a/composer.json b/composer.json index 7afd18f4c..c6fad52c1 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "mockery/mockery": "^1.4", "orchestra/testbench": "^7.0|^8.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.0|^10.3" + "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 1b3131fb1..14349c759 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1bf4ace6f5d565676b1c5117becad52e", + "content-hash": "ccf838bd5efe8eb0f6acb8adfd898df9", "packages": [ { "name": "brick/math",