Skip to content

Commit

Permalink
add 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 60ac368 commit e504cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
php-version: [8.0, 8.1, 8.2]
php-version: [8.0, 8.1, 8.2, 8.3]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -123,6 +123,7 @@ jobs:
export SITENAME=wpcm-sage-install-tests
export CI=1
export SITEENV=$multidev_name
export PHPVERSION=${{ matrix.php-version }}
cd ~/pantheon-local-copies/$SITENAME
composer install-sage || exit_code=$?
if [[ -n "${exit_code}" ]]; then
Expand Down

0 comments on commit e504cf6

Please sign in to comment.