Skip to content

Commit

Permalink
fix: matrix added
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Feb 3, 2025
1 parent 32c42df commit 132d28c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/playwright_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ permissions:

jobs:
playwright_test:
runs-on: ubuntu-latest
timeout-minutes: 180
runs-on: ${{ matrix.operating-systems }}

strategy:
matrix:
operating-systems: [ubuntu-latest]
php-versions: ['8.2', '8.3']

name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-systems }}

services:
mysql:
Expand Down

0 comments on commit 132d28c

Please sign in to comment.