diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9c09492..5569cc7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3] + php: [8.3] steps: - uses: actions/checkout@v2 diff --git a/skeleton/content/posts/2024-03-24-the-first-post.md b/skeleton/content/posts/2024-03-24-the-first-post.md deleted file mode 100644 index dab180a..0000000 --- a/skeleton/content/posts/2024-03-24-the-first-post.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: The first post -layout: post ---- - -this is your first post, you can customize it by editing `resources/views/post.blade.php` file.