Skip to content

Commit 68e75d5

Browse files
committed
Bump dependencies
1 parent 75804be commit 68e75d5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: shivammathur/setup-php@v2
5353
with:
5454
# Should be the higest supported version, so we can use the newest tools
55-
php-version: '8.2'
55+
php-version: '8.3'
5656
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
5757
# optional performance gain for psalm: opcache
5858
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml \
@@ -203,15 +203,15 @@ jobs:
203203
run: composer install --no-progress --prefer-dist --optimize-autoloader
204204

205205
- name: Run unit tests with coverage
206-
if: ${{ matrix.php-versions == '8.2' }}
206+
if: ${{ matrix.php-versions == '8.3' }}
207207
run: vendor/bin/phpunit
208208

209209
- name: Run unit tests (no coverage)
210-
if: ${{ matrix.php-versions != '8.2' }}
210+
if: ${{ matrix.php-versions != '8.3' }}
211211
run: vendor/bin/phpunit --no-coverage
212212

213213
- name: Save coverage data
214-
if: ${{ matrix.php-versions == '8.2' }}
214+
if: ${{ matrix.php-versions == '8.3' }}
215215
uses: actions/upload-artifact@v4
216216
with:
217217
name: coverage-data

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"php": "^8.1",
3737
"ext-krb5": ">=1.1.5",
3838

39-
"simplesamlphp/assert": "^1.0.0",
39+
"simplesamlphp/assert": "^1.2.0",
4040
"simplesamlphp/composer-module-installer": "^1.3.4",
4141
"simplesamlphp/simplesamlphp": "^2.2.0",
42-
"simplesamlphp/simplesamlphp-module-ldap": "^2.3.0",
42+
"simplesamlphp/simplesamlphp-module-ldap": "^2.3.6",
4343
"symfony/http-foundation": "^6.4.0"
4444
},
4545
"require-dev": {
46-
"simplesamlphp/simplesamlphp-test-framework": "^1.7.0"
46+
"simplesamlphp/simplesamlphp-test-framework": "^1.7.9"
4747
},
4848
"support": {
4949
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate/issues",

0 commit comments

Comments
 (0)