Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frikishaan committed Dec 26, 2024
1 parent d8cdc9e commit ee83604
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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1", "8.2"]
php-versions: ["8.2", "8.3"]

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, fileinfo, pgsql
extensions: mbstring, dom, fileinfo, sqlite3
coverage: xdebug

- name: Get composer cache directory
Expand Down

0 comments on commit ee83604

Please sign in to comment.