Skip to content

Commit

Permalink
Merge pull request #237 from TimWolla/ci-php8.3
Browse files Browse the repository at this point in the history
Add PHP 8.3 to CI config
  • Loading branch information
goetas committed Mar 26, 2024
2 parents c6979d5 + eee974e commit d58dcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
php-version:
- "5.4"
- "7.4"
- "8.2"
- "8.3"

steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout code
Expand Down

0 comments on commit d58dcfe

Please sign in to comment.