Skip to content

Commit

Permalink
Support all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Jan 26, 2025
1 parent 956e233 commit f9b4559
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.0'
- '8.1'

steps:
-
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.0'
- '8.1'

steps:
-
Expand Down Expand Up @@ -85,9 +85,10 @@ jobs:
strategy:
matrix:
php-version:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'

steps:
-
Expand Down

0 comments on commit f9b4559

Please sign in to comment.