Skip to content

Commit

Permalink
Fix argon-dev in 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed May 19, 2024
1 parent eef415b commit a1615ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_24.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["8.1", "8.2", "8.3"]
php_version: ["8.2", "8.3"]
# Only nginx stable and mainline versions for faster tests
nginx_version: ["1.25.5", "1.26.0"]
# Disable fail-fast to allow all failing versions to fail in a
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-0-dev libsodium-dev libkrb5-dev
run: sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-dev libsodium-dev libkrb5-dev

- name: Setup PHP-${{ matrix.php_version }}
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_24.04_dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["8.1", "8.2", "8.3"] # "7.0", "7.1", "7.2", "7.3",
php_version: ["8.2", "8.3"] # "7.0", "7.1", "7.2", "7.3",
# Only nginx stable and mainline versions for faster tests
nginx_version: ["1.25.5", "1.26.0"]
# Disable fail-fast to allow all failing versions to fail in a
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-0-dev libsodium-dev libkrb5-dev
run: sudo apt-get install -yqq cpanminus libxml2-dev systemtap-sdt-dev zlib1g-dev libpcre3-dev libargon2-dev libsodium-dev libkrb5-dev

- name: Setup PHP-${{ matrix.php_version }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a1615ad

Please sign in to comment.