File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments