Skip to content

Commit

Permalink
Add PHP 8.3 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jan 22, 2024
1 parent b70dc9f commit bcda613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
name: Build and test
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
deps: [high]
include:
- php: 8.2
- php: 8.3
deps: low

steps:
Expand Down

0 comments on commit bcda613

Please sign in to comment.