Skip to content

Commit a8a6fe2

Browse files
committed
fix ubuntu version
1 parent 6750df6 commit a8a6fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
static-analysis-phpstan:
2222
name: "Static Analysis with PHPStan"
23-
runs-on: "ubuntu-20.04"
23+
runs-on: "ubuntu-latest"
2424
strategy:
2525
matrix:
2626
include:

0 commit comments

Comments
 (0)