Skip to content

Commit 3f04caa

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.0: Fix GH-8348 for nightly
2 parents 7f74a30 + ce1358f commit 3f04caa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ jobs:
169169
steps:
170170
- name: git checkout
171171
uses: actions/checkout@v2
172-
- name: Create mssql container
173-
uses: ./.github/actions/mssql
172+
- name: Create MSSQL container
173+
uses: ./.github/actions/setup-mssql
174+
- name: Create Oracle container
175+
uses: ./.github/actions/setup-oracle
174176
- name: apt
175177
uses: ./.github/actions/apt-x64
176178
- name: Install gcovr

0 commit comments

Comments
 (0)