From 5f080a534044ec24b471f649a8465c8a9dba4d77 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 21 May 2024 21:43:40 +1200 Subject: [PATCH] fix: set to v9 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43a0107..80898be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 # or alternative dependency management - - uses: php-actions/phpunit@v3 + - name: PHPUnit tests + uses: php-actions/phpunit@v3 + with: + version: "9"