Skip to content

Commit 7d1a0b5

Browse files
committed
Add tests for PHP 8.5
1 parent 6ddd044 commit 7d1a0b5

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', '8.5']
1919

2020
runs-on: ubuntu-latest
2121
name: PHPUnit - PHP ${{ matrix.php_versions }} - Memory SQLite
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php_versions: ['8.1', '8.2', '8.3']
80+
php_versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
8181

8282
runs-on: ubuntu-latest
8383
name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL
@@ -163,7 +163,7 @@ jobs:
163163
strategy:
164164
fail-fast: false
165165
matrix:
166-
php_versions: ['8.1', '8.2', '8.3']
166+
php_versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
167167

168168
runs-on: ubuntu-latest
169169
name: PHPUnit - PHP ${{ matrix.php_versions }} - MariaDB
@@ -242,7 +242,7 @@ jobs:
242242
strategy:
243243
fail-fast: false
244244
matrix:
245-
php_versions: ['8.1', '8.2', '8.3']
245+
php_versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
246246

247247
runs-on: ubuntu-latest
248248
name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite
@@ -311,7 +311,7 @@ jobs:
311311
strategy:
312312
fail-fast: false
313313
matrix:
314-
php_versions: ['8.1', '8.2', '8.3']
314+
php_versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
315315

316316
runs-on: ubuntu-latest
317317
name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL
@@ -386,7 +386,7 @@ jobs:
386386
strategy:
387387
fail-fast: false
388388
matrix:
389-
php_versions: ['8.1', '8.2', '8.3']
389+
php_versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
390390

391391
runs-on: windows-latest
392392
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', '8.5']
1717

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

0 commit comments

Comments
 (0)