Skip to content

Commit

Permalink
Test against PHP 8.2 in CI
Browse files Browse the repository at this point in the history
Resolves #94
  • Loading branch information
jbboehr committed Nov 27, 2022
1 parent af8dfcf commit a46f438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function install_apt_packages() (
php${PHP_VERSION}-curl \
php${PHP_VERSION}-gd \
php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-mongodb \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-zip
${SUDO} update-alternatives --set php /usr/bin/php${PHP_VERSION}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
coverage:
- "true"
- "false"
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2-rc"
steps:
- uses: actions/checkout@v3
- run: bash .github/scripts/docker.sh
Expand Down

0 comments on commit a46f438

Please sign in to comment.