Skip to content

Commit aa9349c

Browse files
author
Jaroslav S
committed
replaced bitbucket CI with github CI
1 parent 2fbfd72 commit aa9349c

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
11+
- name: Setup PHP
12+
uses: shivammathur/setup-php@v2
13+
with:
14+
php-version: '8.5'
15+
coverage: none
16+
17+
- name: Install dependencies
18+
uses: ramsey/composer-install@v3
19+
20+
- name: Run tests
21+
run: make test

bitbucket-pipelines.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)