Skip to content

Commit 60ac0c3

Browse files
committed
Github Actions
1 parent b502ac1 commit 60ac0c3

File tree

3 files changed

+3115
-5
lines changed

3 files changed

+3115
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
php: [ '7.4', '8.0' ]
11-
name: PHP ${{ matrix.php }} test
8+
name: PHP test
129
steps:
1310
- uses: actions/checkout@v2
1411
- name: Install dependencies

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
composer.phar
22
vendor/
3-
composer.lock

0 commit comments

Comments
 (0)