Skip to content

Commit 44a5420

Browse files
committed
Start testing PHP 8.6-alpha
1 parent d11016d commit 44a5420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.3', '8.4', '8.5']
22+
php-version: ['8.3', '8.4', '8.5', '8.6']
2323

2424
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1
2525
secrets: inherit
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
operating-system: [ubuntu-latest]
50-
php-versions: ['8.2', '8.3', '8.4', '8.5']
50+
php-versions: ['8.2', '8.3', '8.4', '8.5', '8.6']
5151
jwt-version: ['^3.4', '^4.0.2']
5252

5353
steps:
@@ -113,7 +113,7 @@ jobs:
113113
fail-fast: true
114114
matrix:
115115
operating-system: [windows-latest]
116-
php-versions: ['8.2', '8.4', '8.5']
116+
php-versions: ['8.2', '8.4', '8.5', '8.6']
117117
jwt-version: ['^4.0.2']
118118

119119
steps:

0 commit comments

Comments
 (0)