Skip to content

Commit b6d06f9

Browse files
committed
Add PHP 8.4 to tests
1 parent c7d5878 commit b6d06f9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php_versions: ['8.1', '8.2', '8.3']
18+
php_versions: ['8.1', '8.2', '8.3', '8.4']
1919

2020
runs-on: ubuntu-latest
2121
name: PHPUnit - PHP ${{ matrix.php_versions }} - Memory SQLite
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
php_versions: ['8.1', '8.2', '8.3']
73+
php_versions: ['8.1', '8.2', '8.3', '8.4']
7474

7575
runs-on: ubuntu-latest
7676
name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL
@@ -149,7 +149,7 @@ jobs:
149149
strategy:
150150
fail-fast: false
151151
matrix:
152-
php_versions: ['8.1', '8.2', '8.3']
152+
php_versions: ['8.1', '8.2', '8.3', '8.4']
153153

154154
runs-on: ubuntu-latest
155155
name: PHPUnit - PHP ${{ matrix.php_versions }} - MariaDB
@@ -221,7 +221,7 @@ jobs:
221221
strategy:
222222
fail-fast: false
223223
matrix:
224-
php_versions: ['8.1', '8.2', '8.3']
224+
php_versions: ['8.1', '8.2', '8.3', '8.4']
225225

226226
runs-on: ubuntu-latest
227227
name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite
@@ -283,7 +283,7 @@ jobs:
283283
strategy:
284284
fail-fast: false
285285
matrix:
286-
php_versions: ['8.1', '8.2', '8.3']
286+
php_versions: ['8.1', '8.2', '8.3', '8.4']
287287

288288
runs-on: ubuntu-latest
289289
name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL
@@ -351,7 +351,7 @@ jobs:
351351
strategy:
352352
fail-fast: false
353353
matrix:
354-
php_versions: ['8.1', '8.2', '8.3']
354+
php_versions: ['8.1', '8.2', '8.3', '8.4']
355355

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

.github/workflows/PHPStan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php_versions: ['8.1', '8.2', '8.3']
16+
php_versions: ['8.1', '8.2', '8.3', '8.4']
1717

1818
runs-on: ubuntu-latest
1919
name: PHPStan - ${{ matrix.php_versions }}

0 commit comments

Comments
 (0)