[go: nahoru, domu]

Skip to content

Commit

Permalink
build: upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed May 15, 2024
1 parent 8a806e4 commit a23b503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ jobs:
- name: Setup 7zip Ubuntu
if: ${{ matrix.operating-system == 'ubuntu-latest' && matrix.p7zip == '7zip' }}
run: |
curl -L https://7-zip.org/a/7z2301-linux-x64.tar.xz > 7z2301-linux-x64.tar.xz
tar xJvf 7z2301-linux-x64.tar.xz
curl -L https://7-zip.org/a/7z2405-linux-x64.tar.xz > 7z2405-linux-x64.tar.xz
tar xJvf 7z2405-linux-x64.tar.xz
sudo cp 7zz /usr/bin/7zz
sudo cp 7zzs /usr/bin/7zzs
- name: Setup 7zip MacOs
if: matrix.operating-system == 'macos-latest'
run: |
curl -L https://7-zip.org/a/7z2301-mac.tar.xz > 7z2301-mac.tar.xz
tar xJvf 7z2301-mac.tar.xz
curl -L https://7-zip.org/a/7z2405-mac.tar.xz > 7z2405-mac.tar.xz
tar xJvf 7z2405-mac.tar.xz
sudo cp 7zz /usr/local/bin/7zz
- name: Setup 7zip Windows
if: matrix.operating-system == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.46",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a23b503

Please sign in to comment.