Skip to content

Commit

Permalink
Run tests on windows-lateset (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Feb 18, 2024
1 parent b48aaa9 commit a1d35a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest]
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['8.1', '8.2', '8.3']
runs-on: ${{ matrix.operating-system }}
steps:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
extensions: mbstring, pdo, pdo_sqlite

- name: Get composer cache directory
id: composer-cache
Expand Down

0 comments on commit a1d35a0

Please sign in to comment.