Skip to content

Commit 8005f65

Browse files
committed
Run generate-baseline and static-analysis-with-result-cache on PHP 8
1 parent 675f0e7 commit 8005f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
php-version:
87-
- "7.4"
87+
- "8.0"
8888

8989
steps:
9090
- name: "Checkout"
@@ -130,7 +130,7 @@ jobs:
130130
strategy:
131131
matrix:
132132
php-version:
133-
- "7.4"
133+
- "8.0"
134134

135135
steps:
136136
- name: "Checkout"

0 commit comments

Comments
 (0)