Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Aug 28, 2023
1 parent 3f4db2b commit bf975cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
laravel: 10
- php: "8.1"
laravel: 9
- php: "8.1"
laravel: 8
- php: "8.0"
laravel: 8
- php: "7.4"
Expand Down Expand Up @@ -50,6 +48,7 @@ jobs:
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 Expand Up @@ -167,4 +166,4 @@ jobs:
CC_TEST_REPORTER_ID: 1be98f680ca97065e8a18ad2df18e67210033bb0708b5b70e4d128b035b0cb45
COMPOSER_PROCESS_TIMEOUT: 10000
with:
coverageCommand: composer coverage
coverageCommand: composer coverage

0 comments on commit bf975cc

Please sign in to comment.