Skip to content

Commit 03089d0

Browse files
Thomas Kuschelterrafrost
authored andcommitted
UPD tests: phpunit to latest version, also actions/checkout
1 parent e7c6533 commit 03089d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
@@ -24,4 +24,4 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
php-version: ['8.1', '8.2', '8.3']
27+
php-version: ['8.1', '8.2', '8.3']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpseclib/phpseclib": "dev-master"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
29+
"phpunit/phpunit": "^10.5|^11.1",
3030
"squizlabs/php_codesniffer": "^3.0"
3131
},
3232
"suggest": {

0 commit comments

Comments
 (0)