Skip to content

Commit e07fa0b

Browse files
authored
Update ci.yml
1 parent ea09846 commit e07fa0b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
php:
2222
- '7.3'
2323
- '7.4'
24-
- '8.0'
2524
kubernetes:
2625
- '1.17.13'
2726
- '1.18.10'
@@ -41,17 +40,13 @@ jobs:
4140
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
4241
steps:
4342
- uses: actions/checkout@v1
44-
43+
4544
- name: Setup PHP
4645
uses: shivammathur/setup-php@v2
4746
with:
4847
php-version: ${{ matrix.php }}
49-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
48+
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, yaml
5049
coverage: pcov
51-
52-
- name: Install extra extensions
53-
run: |
54-
pecl install yaml
5550

5651
- uses: actions/cache@v1
5752
name: Cache dependencies

0 commit comments

Comments
 (0)