Skip to content

Commit e8ba7df

Browse files
committed
8.0 and 8.4.
1 parent 17fb64f commit e8ba7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/3x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
operating-system: [ 'macos-latest' ]
61-
php-versions: [ '7.4', '8.3', '8.4' ]
61+
php-versions: [ '7.4', '8.0', '8.4' ]
6262
max-parallel: 1
6363
env:
6464
TERMINUS_TOKEN: ${{ secrets.TERMINUS_TOKEN }}
@@ -76,6 +76,7 @@ jobs:
7676
TERMINUS_VERIFY_HOST_CERT: ${{ vars.TERMINUS_VERIFY_HOST_CERT }}
7777
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
7878
HOMBEBREW_NO_AUTO_UPDATE: 1
79+
TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP: 1
7980
needs: [ checkout_build ]
8081
steps:
8182
- name: Install SSH key

0 commit comments

Comments
 (0)