Skip to content

Commit

Permalink
GHA: Add PHP 8.2, 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Mar 11, 2024
1 parent 4efee04 commit cb64245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version:
php_version:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
Expand Down

0 comments on commit cb64245

Please sign in to comment.