Skip to content

Commit

Permalink
fixed PHP 8.4 (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 5020276 commit 1ef705b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
]
experimental: [
# PHP 8.1
"false",
false,
# PHP 8.2
"false",
false,
# PHP 8.3
"false",
false,
# PHP 8.4
"true",
true,
]
name: "PHP ${{ matrix.php-version }} test"
steps:
Expand Down

0 comments on commit 1ef705b

Please sign in to comment.