Skip to content

Commit 0147179

Browse files
committed
CI: remove MSSQL 2017 support + add Codecov token
1 parent d9c658d commit 0147179

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/mssql.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
flag: "-C"
4242

4343
include:
44-
- php: 8.3
45-
mssql:
46-
server: 2017-latest
47-
os: ubuntu-20.04
4844
- php: 8.3
4945
mssql:
5046
server: 2019-latest

.github/workflows/mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ jobs:
111111
if: matrix.os == 'ubuntu-latest'
112112
uses: codecov/codecov-action@v3
113113
with:
114+
token: ${{ secrets.CODECOV_TOKEN }}
114115
files: ./coverage.xml

.github/workflows/oracle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ jobs:
116116
- name: Upload coverage to Codecov
117117
uses: codecov/codecov-action@v3
118118
with:
119+
token: ${{ secrets.CODECOV_TOKEN }}
119120
files: ./coverage.xml

.github/workflows/pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ jobs:
118118
if: matrix.os == 'ubuntu-latest'
119119
uses: codecov/codecov-action@v3
120120
with:
121+
token: ${{ secrets.CODECOV_TOKEN }}
121122
files: ./coverage.xml

.github/workflows/sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ jobs:
8686
if: matrix.os == 'ubuntu-latest'
8787
uses: codecov/codecov-action@v3
8888
with:
89+
token: ${{ secrets.CODECOV_TOKEN }}
8990
files: ./coverage.xml

0 commit comments

Comments
 (0)