mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 00:19:07 +00:00
Add GitHub Actions continuous integration workflow
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['8.0']
|
||||
steps:
|
||||
- run: |
|
||||
bash tests/before_script.sh
|
||||
bash tests/script.sh
|
||||
Reference in New Issue
Block a user