From 5f094c515d7b20a97e164ba1a6eaecfe218981b6 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 10 Jun 2026 19:14:48 +0100 Subject: [PATCH] Bump versions --- .github/workflows/tests.yml | 14 +++++++------- .gitignore | 1 + composer.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b6b441..4871c2b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: tests_linux: name: PHP ${{ matrix.php }} Linux - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -28,7 +28,7 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Install PHP Dependencies - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v4 with: timeout_minutes: 5 max_attempts: 5 @@ -36,10 +36,10 @@ jobs: - name: Execute PHPUnit run: vendor/bin/phpunit - + tests_windows: name: PHP ${{ matrix.php }} Windows - runs-on: windows-2022 + runs-on: windows-2025 strategy: matrix: @@ -52,7 +52,7 @@ jobs: git config --global core.eol lf - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -65,7 +65,7 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Install PHP Dependencies - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v4 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.gitignore b/.gitignore index 3964314..f175b89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .phpunit.result.cache +.claude/ vendor composer.lock phpunit.xml diff --git a/composer.json b/composer.json index 819db12..aabe3bb 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "composer/xdebug-handler": "^3.0.3", - "phpunit/phpunit": "^8.5.33" + "phpunit/phpunit": "^8.5.52" }, "autoload": { "psr-4": {