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 b606393 commit d3f855dCopy full SHA for d3f855d
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
0 commit comments