Skip to content

Commit

Permalink
Add PHP 8.3 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 14, 2023
1 parent 6ece409 commit 34a8c9a
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 @@ -60,7 +60,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 @@ -130,7 +130,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 @@ -183,7 +183,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 @@ -242,7 +242,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 34a8c9a

Please sign in to comment.