Skip to content

Commit

Permalink
feat: PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Dec 3, 2024
1 parent 8dcf0b5 commit c52463a
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 85 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build and test
strategy:
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
deps: [high]
include:
- php: 8.1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: tests
strategy:
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit c52463a

Please sign in to comment.