Skip to content

Commit

Permalink
dude, come on uppercase Configure really?
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jun 26, 2024
1 parent dc150f6 commit ae74e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
# https://www.php.net/supported-versions.php
version: ['8.1', '8.2', '8.3', '8.4']
version: ['8.2', '8.3', '8.4']

# ubuntu-latest = ubuntu-22.04 (06-2024)
# /~https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
sha256sum openssl-1.1.1w.tar.gz
tar xzf openssl-1.1.1w.tar.gz
cd openssl-1.1.1w/
./configure --prefix=$HOME/share/openssl-1.1.1 --openssldir=$HOME/share/openssl-1.1.1 linux-x86_64
./Configure --prefix=$HOME/share/openssl-1.1.1 --openssldir=$HOME/share/openssl-1.1.1 linux-x86_64
make
make install
export OPENSSL_CONF=$HOME/share/openssl-1.1.1
Expand Down

0 comments on commit ae74e6b

Please sign in to comment.