Skip to content

Commit f7a4bac

Browse files
monkeyiqtvdijen
andauthored
Updates for CI in 2.5 series (#2595)
* NO MERGE: testing CI on 2.5 series * composer update * composer update w p83 * update for getMockForAbstractClass * perhaps using getMock is the right solution here * need php 8.3 for the ssp 2.5 series * rerun * . * move that back to 8.2 * Fix CI * remove that first bogus commit --------- Co-authored-by: Tim van Dijen <tvdijen@gmail.com>
1 parent 77091e4 commit f7a4bac

File tree

6 files changed

+169
-154
lines changed

6 files changed

+169
-154
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php-version: ['8.2', '8.3', '8.4', '8.5']
21+
php-version: ['8.3', '8.4', '8.5']
2222

2323
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
2424
with:
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
operating-system: [ubuntu-latest]
47-
php-versions: ['8.2', '8.3', '8.4', '8.5']
47+
php-versions: ['8.3', '8.4', '8.5']
4848

4949
steps:
5050
- name: Setup PHP, with composer and extensions
@@ -112,7 +112,7 @@ jobs:
112112
fail-fast: true
113113
matrix:
114114
operating-system: [windows-latest]
115-
php-versions: ['8.2', '8.3', '8.4', '8.5']
115+
php-versions: ['8.3', '8.4', '8.5']
116116

117117
steps:
118118
- name: Setup PHP, with composer and extensions

0 commit comments

Comments
 (0)