Skip to content

Commit 119435e

Browse files
committed
Bump actions & dependencies & PHP minimum version
1 parent ac4f36d commit 119435e

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

.github/workflows/php.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.2', '8.3', '8.4', '8.5']
22+
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.1
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
operating-system: [ubuntu-latest]
48-
php-versions: ['8.2', '8.3', '8.4', '8.5']
48+
php-versions: ['8.3', '8.4', '8.5']
4949

5050
steps:
5151
- name: Setup PHP, with composer and extensions
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
php-version: ${{ matrix.php-versions }}
5656
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \
57-
memcached, openssl, pcre, posix, spl, xml
57+
memcached, openssl, pcre, posix, sodium, spl, xml
5858
tools: composer
5959
ini-values: error_reporting=E_ALL
6060
coverage: pcov
@@ -108,15 +108,16 @@ jobs:
108108
fail-fast: true
109109
matrix:
110110
operating-system: [windows-latest]
111-
php-versions: ['8.2', '8.3', '8.4', '8.5']
111+
php-versions: ['8.3', '8.4', '8.5']
112112

113113
steps:
114114
- name: Setup PHP, with composer and extensions
115115
# https://github.com/shivammathur/setup-php
116116
uses: shivammathur/setup-php@v2
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, memcached, openssl, pcre, spl, xml, zip
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring,
120+
memcached, openssl, pcre, sodium, spl, xml, zip
120121
tools: composer
121122
ini-values: error_reporting=E_ALL
122123
coverage: none
@@ -164,7 +165,7 @@ jobs:
164165
php-version: '8.5'
165166
tools: composer, composer-require-checker, composer-unused
166167
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \
167-
memcached, openssl, pcre, posix, spl, xml
168+
memcached, openssl, pcre, posix, sodium, spl, xml
168169

169170
- name: Setup problem matchers for PHP
170171
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -213,9 +214,9 @@ jobs:
213214
uses: shivammathur/setup-php@v2
214215
with:
215216
# Should be the lowest supported version
216-
php-version: '8.2'
217+
php-version: '8.3'
217218
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \
218-
memcached, openssl, pcre, posix, spl, xml
219+
memcached, openssl, pcre, posix, sodium, spl, xml
219220
tools: composer
220221
coverage: none
221222

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^8.2",
24+
"php": "^8.3",
2525
"ext-memcached": "*",
2626

27-
"simplesamlphp/composer-module-installer": "^1.2.0",
28-
"simplesamlphp/simplesamlphp": "^2.4.0",
29-
"symfony/http-foundation": "^6.4.0"
27+
"simplesamlphp/composer-module-installer": "^1.7",
28+
"simplesamlphp/simplesamlphp": "^2.5@dev",
29+
"symfony/http-foundation": "^7.4"
3030
},
3131
"require-dev": {
32-
"simplesamlphp/simplesamlphp-test-framework": "^1.10.3"
32+
"simplesamlphp/simplesamlphp-test-framework": "^1.11"
3333
},
3434
"support": {
3535
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues",

0 commit comments

Comments
 (0)