Skip to content

Commit e142df1

Browse files
authored
Update and rename types.yml to static-analysis.yml
1 parent 457840c commit e142df1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/types.yml renamed to .github/workflows/static-analysis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: types
1+
name: static analysis
22

33
on:
44
push:
@@ -7,15 +7,13 @@ on:
77
- cron: '0 0 * * *'
88

99
jobs:
10-
linux_tests:
10+
src:
1111
runs-on: ubuntu-20.04
1212

1313
strategy:
1414
fail-fast: true
15-
matrix:
16-
php: [8.0]
1715

18-
name: PHP ${{ matrix.php }}
16+
name: Source Code
1917

2018
steps:
2119
- name: Checkout code
@@ -24,7 +22,7 @@ jobs:
2422
- name: Setup PHP
2523
uses: shivammathur/setup-php@v2
2624
with:
27-
php-version: ${{ matrix.php }}
25+
php-version: 8.0
2826
tools: composer:v2
2927
coverage: none
3028

0 commit comments

Comments
 (0)