Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
futureweb authored Nov 26, 2024
1 parent 18d0c4e commit 630cc8f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4' # Specify your PHP version
php-version: '8.0' # Specify your PHP version
extensions: bcmath, gmp
coverage: none
tools: none
Expand All @@ -30,14 +30,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10' # Specify your Python version
python-version: '3.10' # Update to a supported Python version

- name: Install Python Dependencies
run: |
python3 -m pip install --upgrade pip
# If your Python script requires additional packages, install them here
# Example:
# python3 -m pip install -r requirements.txt
python3 -m pip install netaddr
- name: Run Test Script
run: |
Expand Down

0 comments on commit 630cc8f

Please sign in to comment.