Skip to content

Commit

Permalink
Added support for PHP 8.4 in build-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Nov 23, 2024
1 parent 659c679 commit dc5961e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3']
php_version: ['8.1', '8.2', '8.3', '8.4']
deps: ['--prefer-lowest', '--prefer-dist']
include:
- code-coverage: 'yes'
php_version: '8.2'
php_version: '8.3'
deps: ''

runs-on: ubuntu-latest
Expand Down

0 comments on commit dc5961e

Please sign in to comment.