Skip to content

Commit 8d5baca

Browse files
committed
WIP
1 parent af32e8b commit 8d5baca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88
jobs:
99
laravel-tests:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ public/hot
5252
.phpunit.cache/test-results
5353
storage/dotenv-editor
5454
.cloud
55+
ns

0 commit comments

Comments
 (0)