Skip to content

Commit 9e54066

Browse files
authored
Add PHP 8.6 to build matrix (#1986)
1 parent 6e60677 commit 9e54066

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
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
operating-system: [ ubuntu-latest ]
22-
php: [ '8.2', '8.3', '8.4', '8.5' ]
22+
php: [ '8.2', '8.3', '8.4', '8.5', '8.6' ]
2323
dependencies: [ 'lowest', 'highest' ]
2424

2525
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

.github/workflows/security-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
operating-system: [ ubuntu-latest ]
20-
php: [ '8.2', '8.3', '8.4', '8.5' ]
20+
php: [ '8.2', '8.3', '8.4', '8.5', '8.6' ]
2121
dependencies: [ 'highest' ]
2222

2323
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

0 commit comments

Comments
 (0)