mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-15 12:56:40 +00:00
Set up php and checkout code during ci run
This commit is contained in:
@@ -11,7 +11,16 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['8.0']
|
||||
|
||||
steps:
|
||||
- name: set up php
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- run: |
|
||||
bash tests/before_script.sh
|
||||
bash tests/script.sh
|
||||
|
||||
Reference in New Issue
Block a user