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 ab0cfde commit 1a5c4b5Copy full SHA for 1a5c4b5
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.11.5
25
with:
@@ -45,7 +45,7 @@ jobs:
45
46
47
operating-system: [ubuntu-latest]
48
- php-versions: ['8.5']
+ php-versions: ['8.5', '8.6']
49
50
steps:
51
- name: Setup PHP, with composer and extensions
@@ -117,7 +117,7 @@ jobs:
117
fail-fast: true
118
119
operating-system: [windows-latest]
120
121
122
123
0 commit comments