Skip to content

Commit

Permalink
[TASK] Update Github test workflow for PHP versions, references #359
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Jan 20, 2025
1 parent 377b493 commit 6450ed2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,11 +32,10 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -54,11 +52,10 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
db:
- 'mysql'
steps:
Expand All @@ -77,7 +74,7 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.1'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6450ed2

Please sign in to comment.