Skip to content

Commit 72c268c

Browse files
committed
Add PHP 8.4 to tests
1 parent a50c56d commit 72c268c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
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
node_versions: [18, 20]
2020

2121
runs-on: ubuntu-latest

.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)