Skip to content

Commit 7a982c5

Browse files
committed
Update Github Actions
1 parent 95560e9 commit 7a982c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ composer.lock
33
vendor/
44
phpunit.xml
55
.idea
6+
.phpunit.result.cache

0 commit comments

Comments
 (0)