From 7ef52090ad37372f5bb1e1f0e0377479f1b8ca37 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Wed, 7 Feb 2024 17:03:06 +0100 Subject: [PATCH] chore: add ci testruns for PHP > 8.0 fix deprecation of github action versions --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d79de23..a9f5686 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v2" + uses: "actions/checkout@v4" - name: "Install PHP" uses: "shivammathur/setup-php@v2"