Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 592113e

Browse files
committed
Added PHP 8.3 in CI
1 parent 3d99537 commit 592113e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
- "free"
1313
- "platinum"
1414
php:
15+
- "8.3-cli"
1516
- "8.2-cli"
1617
- "8.1-cli"
1718
- "8.0-cli"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [8.0, 8.1, 8.2]
12+
php-version: [8.0, 8.1, 8.2, 8.3]
1313
os: [ubuntu-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)