Skip to content

Commit

Permalink
ci: add PHP 8.4 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jan 13, 2025
1 parent 2f477e5 commit a928546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dagger/versions_pinned.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package main
const (
goVersion = "1.23.4"

// update to 8.4 once php-cs-fixer supports it
defaultPhpVersion = "8.3"

composerVersion = "2.8.4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit a928546

Please sign in to comment.