Skip to content

Commit

Permalink
fix: add mysqli extension in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martenb committed Nov 17, 2023
1 parent 71697a5 commit 547a519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ jobs:
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
with:
php: "8.2"
extensions: mysqli
database: tests

test81:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
with:
php: "8.1"
extensions: mysqli
database: tests

test80:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
with:
php: "8.0"
extensions: mysqli
database: tests

0 comments on commit 547a519

Please sign in to comment.