Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1329175

Browse files
committed
Update ci.yml
1 parent f8a17f1 commit 1329175

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
strategy:
1717
max-parallel: 15
1818
matrix:
19-
operating-system: [ubuntu-18.04, ubuntu-20.04, macOS-10.15]
19+
operating-system: [ubuntu-20.04, macOS-10.15]
2020
php-versions: ["7.2", "7.3", "7.4", "8.0"]
2121
name: Test PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@master
24+
uses: actions/checkout@v2
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@master
@@ -64,13 +64,13 @@ jobs:
6464
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
6565
6666
release:
67-
runs-on: ubuntu-18.04
67+
runs-on: ubuntu-20.04
6868
name: Create & Publish Release
6969
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
7070
needs: test
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@master
73+
uses: actions/checkout@v2
7474
with:
7575
fetch-depth: 0
7676

0 commit comments

Comments
 (0)