Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Sep 8, 2023
1 parent a21ae63 commit 4508e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ jobs:
sqlsrv:
runs-on: ubuntu-22.04
name: Microsoft SQL Server
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: MSSQL Server
run: docker run --detach -p 1433:1433 -e SA_PASSWORD=Your_password123 -e ACCEPT_EULA=Y mcr.microsoft.com/mssql/server
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
extensions: pdo_sqlsrv odbc pdo_odbc
- name: Composer
run: composer update
Expand Down

0 comments on commit 4508e0d

Please sign in to comment.