Skip to content

Commit

Permalink
Add PHP 8.3 to CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Aug 24, 2023
1 parent f47dcf3 commit eee974e
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 eee974e

Please sign in to comment.