Skip to content

Commit

Permalink
fix .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Mar 20, 2024
1 parent ace4a8c commit 15fc520
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,20 @@ jobs:

runs-on: ubuntu-latest

example_matrix:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
- "8.4"
lowest-monolog:
- true
- false
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
- "8.4"
lowest-monolog:
- true
- false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 15fc520

Please sign in to comment.