Skip to content

Commit 1a5c4b5

Browse files
committed
Start testing PHP 8.6-alpha
1 parent ab0cfde commit 1a5c4b5

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.5']
22+
php-version: ['8.5', '8.6']
2323

2424
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.5
2525
with:
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
operating-system: [ubuntu-latest]
48-
php-versions: ['8.5']
48+
php-versions: ['8.5', '8.6']
4949

5050
steps:
5151
- name: Setup PHP, with composer and extensions
@@ -117,7 +117,7 @@ jobs:
117117
fail-fast: true
118118
matrix:
119119
operating-system: [windows-latest]
120-
php-versions: ['8.5']
120+
php-versions: ['8.5', '8.6']
121121

122122
steps:
123123
- name: Setup PHP, with composer and extensions

0 commit comments

Comments
 (0)