Skip to content

Commit

Permalink
Merge pull request #73 from ressel87/bash-version
Browse files Browse the repository at this point in the history
updated php versions
  • Loading branch information
sergix44 committed Nov 13, 2023
2 parents 944011a + 460c53c commit 30e0ebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["centos:7", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "debian:9", "debian:10", "debian:11"]
phpv: ["PHP 5.6.40", "PHP 7.0.33", "PHP 7.1.33", "PHP 7.2.34", "PHP 7.3.33", "PHP 7.4.33", "PHP 8.0.28", "PHP 8.1.19", "PHP 8.2.6"]
phpv: ["PHP 5.6.40", "PHP 7.0.33", "PHP 7.1.33", "PHP 7.2.34", "PHP 7.3.33", "PHP 7.4.33", "PHP 8.0.30", "PHP 8.1.25", "PHP 8.2.12"]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ declare -A VERSIONS=(
["PHP 7.2.34"]="https://www.php.net/distributions/php-7.2.34.tar.gz"
["PHP 7.3.33"]="https://www.php.net/distributions/php-7.3.33.tar.gz"
["PHP 7.4.33"]="https://www.php.net/distributions/php-7.4.33.tar.gz"
["PHP 8.0.28"]="https://www.php.net/distributions/php-8.0.28.tar.gz"
["PHP 8.1.19"]="https://www.php.net/distributions/php-8.1.19.tar.gz"
["PHP 8.2.6"]="https://www.php.net/distributions/php-8.2.6.tar.gz"
["PHP 8.0.30"]="https://www.php.net/distributions/php-8.0.30.tar.gz"
["PHP 8.1.25"]="https://www.php.net/distributions/php-8.1.25.tar.gz"
["PHP 8.2.12"]="https://www.php.net/distributions/php-8.2.12.tar.gz"
)

# All PHP versions checksum
Expand All @@ -25,7 +25,7 @@ declare -A CHECKSUM=(
["PHP 7.2.34"]="8b2777c741e83f188d3ca6d8e98ece7264acafee86787298fae57e05d0dddc78"
["PHP 7.3.33"]="9a369c32c6f52036b0a890f290327f148a1904ee66aa56e2c9a7546da6525ec8"
["PHP 7.4.33"]="5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e"
["PHP 8.0.28"]="7432184eae01e4e8e39f03f80e8ec0ca2c8bfebc56e9a7b983541ca8805df22f"
["PHP 8.1.19"]="0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372"
["PHP 8.2.6"]="1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8"
["PHP 8.0.30"]="449d2048fcb20a314d8c218097c6d1047a9f1c5bb72aa54d5d3eba0a27a4c80c"
["PHP 8.1.25"]="1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab"
["PHP 8.2.12"]="b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21"
)

0 comments on commit 30e0ebf

Please sign in to comment.