Skip to content

Commit 4c0c864

Browse files
chore: add ci testruns for PHP > 8.0 (#263)
fix deprecation of github action versions Co-authored-by: Christopher Georg <[email protected]>
1 parent 8f11416 commit 4c0c864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: "Checkout"
33-
uses: "actions/checkout@v2"
33+
uses: "actions/checkout@v4"
3434

3535
- name: "Install PHP"
3636
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)