Skip to content

Commit

Permalink
Remove PHP 7.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Aug 31, 2024
1 parent ed8e954 commit fcfc8fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
fail-fast: true
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down
2 changes: 0 additions & 2 deletions php-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ docker-php-ext-enable ldap rdkafka calendar memcached mongodb apcu exif gd
curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer

composer self-update --1

mkdir ~/.ssh/
ssh-keyscan -t rsa,dsa git.drupal.org >> ~/.ssh/known_hosts
ssh-keyscan -t rsa,dsa gitlab.com >> ~/.ssh/known_hosts
Expand Down

0 comments on commit fcfc8fb

Please sign in to comment.