Skip to content

Commit

Permalink
Support PHP 8.4 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze authored Oct 26, 2024
2 parents ad538e6 + b16d30c commit ed12b33
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.1"
- "8.2"
- "8.3"
- "8.4"
run:
- composer lint
- composer phpcs
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -120,6 +122,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
operating-system:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit ed12b33

Please sign in to comment.