Skip to content

Commit

Permalink
Add PHP 8.3 to testing matrix (#626)
Browse files Browse the repository at this point in the history
* Add PHP 8.3 to testing matrix

* Also add PHP 8.3 to testing matrix for pre-releases

* Add PHP 8.3 to bors.toml

---------

Co-authored-by: Bruno Casali <[email protected]>
Co-authored-by: Clémentine <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent a1dab30 commit d8aceff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
name: integration-tests-against-rc (PHP ${{ matrix.php-versions }})
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
MEILI_NO_ANALYTICS: true
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
name: integration-tests (PHP ${{ matrix.php-versions }})
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ status = [
'integration-tests (PHP 7.4)',
'integration-tests (PHP 8.0)',
'integration-tests (PHP 8.1)',
'integration-tests (PHP 8.2)'
'integration-tests (PHP 8.2)',
'integration-tests (PHP 8.3)'
]
# 1 hour timeout
timeout-sec = 3600

0 comments on commit d8aceff

Please sign in to comment.