Skip to content

Commit

Permalink
Test with all currently supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosp committed Nov 25, 2024
1 parent af45c07 commit 98b3bb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["8.2"]
php_version:
- 8.2
- 8.3
- 8.4
steps:
- uses: actions/checkout@v4
- name: Setup PHP with composer v2
Expand Down

0 comments on commit 98b3bb0

Please sign in to comment.