Skip to content

Commit

Permalink
chore(ci): add php 8.3 (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Dec 21, 2023
1 parent 97fc1c6 commit 515a9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
php: [ "7.4", "8.0", "8.1", "8.2" ]
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
extensions: ["grpc-1.54.0"]
type: ["Unit Test"]
include:
Expand Down

0 comments on commit 515a9f6

Please sign in to comment.