Skip to content

Commit d58dcfe

Browse files
authored
Merge pull request #237 from TimWolla/ci-php8.3
Add PHP 8.3 to CI config
2 parents c6979d5 + eee974e commit d58dcfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-version:
1818
- "5.4"
1919
- "7.4"
20-
- "8.2"
20+
- "8.3"
2121

2222
steps:
2323
- name: Checkout code

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "8.0"
2222
- "8.1"
2323
- "8.2"
24+
- "8.3"
2425

2526
steps:
2627
- name: Checkout code

0 commit comments

Comments
 (0)