Skip to content

Commit

Permalink
ci(workflows): Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
- Added PHP version 8.4 to the workflow test matrix.
- This allows for compatibility testing with the latest PHP version.
- Ensures that the application works as expected across more PHP versions.
  • Loading branch information
guanguans committed Jan 9, 2025
1 parent 8b3ade0 commit a2a2254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.4, 8.3 ]
php: [ 7.4, 8.3, 8.4 ]
dependency-version: [ prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down

0 comments on commit a2a2254

Please sign in to comment.