Skip to content

Commit

Permalink
8.0 and 8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Dec 6, 2024
1 parent 17fb64f commit e8ba7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'macos-latest' ]
php-versions: [ '7.4', '8.3', '8.4' ]
php-versions: [ '7.4', '8.0', '8.4' ]
max-parallel: 1
env:
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }}
Expand All @@ -76,6 +76,7 @@ jobs:
TERMINUS_VERIFY_HOST_CERT: ${{ vars.TERMINUS_VERIFY_HOST_CERT }}
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
HOMBEBREW_NO_AUTO_UPDATE: 1
TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP: 1
needs: [ checkout_build ]
steps:
- name: Install SSH key
Expand Down

0 comments on commit e8ba7df

Please sign in to comment.