Skip to content

Commit

Permalink
github actions adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaskioglu-valiton committed May 29, 2024
1 parent d4f8a5f commit af76e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@ name: CI
on: [push, pull_request]

jobs:
build-test-71:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: php-actions/composer@v6
with:
version: 1
php_version: "7.1"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: 7
php_version: "7.1"
configuration: phpunit.xml.dist
bootstrap: vendor/autoload.php
build-test-74:
runs-on: ubuntu-latest

Expand All @@ -35,7 +17,7 @@ jobs:
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
version: 7
version: composer
php_version: "7.4"
configuration: phpunit.xml.dist
bootstrap: vendor/autoload.php
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit af76e32

Please sign in to comment.