We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc52a2 commit 84871b6Copy full SHA for 84871b6
1 file changed
.github/workflows/php.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- php-version: ['8.5']
+ php-version: ['8.5', '8.6']
23
24
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1
25
secrets: inherit
@@ -47,7 +47,7 @@ jobs:
47
48
49
operating-system: [ubuntu-latest]
50
- php-versions: ['8.5']
+ php-versions: ['8.5', '8.6']
51
52
steps:
53
- name: Setup PHP, with composer and extensions
@@ -118,7 +118,7 @@ jobs:
118
fail-fast: true
119
120
operating-system: [windows-latest]
121
122
123
124
0 commit comments