Skip to content

Commit

Permalink
7.x - Run CI against PHP 8.3 (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartin35 authored Nov 14, 2024
1 parent 2d30223 commit 2d22132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ STACK_VERSION:
- 7.17-SNAPSHOT

PHP_VERSION:
- 8.3-cli
- 8.2-cli
- 8.1-cli
- 8.0-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
php-version: [7.3, 7.4, 8.0, 8.1, 8.2]
php-version: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
os: [ubuntu-latest]
es-version: [7.17-SNAPSHOT]

Expand Down

0 comments on commit 2d22132

Please sign in to comment.