Skip to content

Commit

Permalink
Add PHP 8.4 to php workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya authored and DEVizzent committed Dec 3, 2024
1 parent 4004029 commit 44920bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "8.0"
- "8.1"
- "8.3"
- "8.4"
dependencies:
- "lowest"
- "highest"
Expand Down Expand Up @@ -68,6 +69,8 @@ jobs:
symfony-yaml: '^3.4'
- php: '8.3'
symfony-yaml: '^3.4'
- php: '8.4'
symfony-yaml: '^3.4'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 44920bc

Please sign in to comment.