Skip to content

Commit

Permalink
Add PHP 8.3 to test suite
Browse files Browse the repository at this point in the history
Ref #1234
  • Loading branch information
lcharette committed Dec 14, 2023
1 parent d89d67b commit 946df66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.0', '8.1', '8.2', '8.3']

runs-on: ubuntu-latest
name: PHPUnit - PHP ${{ matrix.php_versions }} - Memory SQLite
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.0', '8.1', '8.2', '8.3']

runs-on: ubuntu-latest
name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.0', '8.1', '8.2', '8.3']

runs-on: ubuntu-latest
name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.0', '8.1', '8.2', '8.3']

runs-on: ubuntu-latest
name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.0', '8.1', '8.2', '8.3']

runs-on: windows-latest
name: PHPUnit - PHP ${{ matrix.php_versions }} - Windows
Expand Down

0 comments on commit 946df66

Please sign in to comment.