Skip to content

Commit

Permalink
ci(Tests): Add PHP 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 authored Jul 25, 2024
1 parent 2dcd39c commit e5b3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
database: ["mariadb:10.2", "mysql:8"]
services:
database:
Expand Down

0 comments on commit e5b3655

Please sign in to comment.