Skip to content

Commit a1af823

Browse files
authored
Add checks on laravel-nestedset (#21)
1 parent 4f04a10 commit a1af823

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-impact.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Checkout code
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
repository: 'LycheeOrg/Lychee'
5454

@@ -79,7 +79,7 @@ jobs:
7979
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Checkout code
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
with:
8484
repository: 'LycheeOrg/php-exif'
8585

@@ -90,7 +90,6 @@ jobs:
9090
run: vendor/bin/phpstan analyze
9191

9292
execute_nested_sets:
93-
if: ${{ false }} # disable for now
9493
name: 1️⃣ PHP - Nested sets
9594
runs-on: ubuntu-latest
9695
needs:
@@ -111,10 +110,9 @@ jobs:
111110
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112111

113112
- name: Checkout code
114-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
115114
with:
116115
repository: 'LycheeOrg/laravel-nestedset'
117-
ref: 'enable-phpstan'
118116

119117
- name: Fix composer.json
120118
run: |

0 commit comments

Comments
 (0)