Skip to content

Commit

Permalink
chore: add ci testruns for PHP > 8.0 (#263)
Browse files Browse the repository at this point in the history
fix deprecation of github action versions

Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 committed Feb 7, 2024
1 parent 8f11416 commit 4c0c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 4c0c864

Please sign in to comment.