Skip to content

Commit 55863f1

Browse files
committed
[chore] update ci
1 parent 5ab3d9e commit 55863f1

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,10 @@ on:
88

99
jobs:
1010
tests:
11-
name: PHP ${{ matrix.php }} - ${{ matrix.deps }}
12-
runs-on: ubuntu-latest
13-
strategy:
14-
matrix:
15-
php: [8.0, 8.1]
16-
deps: [hightest]
17-
include:
18-
- php: 8.0
19-
deps: lowest
20-
steps:
21-
- uses: zenstruck/.github@php-test-symfony
22-
with:
23-
php: ${{ matrix.php }}
24-
deps: ${{ matrix.deps }}
11+
uses: zenstruck/.github/.github/workflows/php-test.yml@main
2512

2613
code-coverage:
27-
name: Code Coverage
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: zenstruck/.github@php-coverage-codecov
31-
with:
32-
php: 8.1
14+
uses: zenstruck/.github/.github/workflows/php-coverage-codecov.yml@main
3315

3416
composer-validate:
3517
uses: zenstruck/.github/.github/workflows/php-composer-validate.yml@main
@@ -41,5 +23,3 @@ jobs:
4123

4224
sca:
4325
uses: zenstruck/.github/.github/workflows/php-stan.yml@main
44-
with:
45-
php: 8.1

0 commit comments

Comments
 (0)