Skip to content

Commit 84871b6

Browse files
committed
Start testing PHP 8.6-alpha
1 parent 7fc52a2 commit 84871b6

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
2525
secrets: inherit
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
operating-system: [ubuntu-latest]
50-
php-versions: ['8.5']
50+
php-versions: ['8.5', '8.6']
5151

5252
steps:
5353
- name: Setup PHP, with composer and extensions
@@ -118,7 +118,7 @@ jobs:
118118
fail-fast: true
119119
matrix:
120120
operating-system: [windows-latest]
121-
php-versions: ['8.5']
121+
php-versions: ['8.5', '8.6']
122122

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

0 commit comments

Comments
 (0)