Skip to content

Commit

Permalink
Merge pull request #207 from twirphp/php84
Browse files Browse the repository at this point in the history
ci: add PHP 8.4 builds
  • Loading branch information
sagikazarmark authored Jan 13, 2025
2 parents 2f477e5 + a928546 commit 341ee30
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 341ee30

Please sign in to comment.