Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Apr 10, 2021
1 parent 9cec829 commit 04ef237
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: bash ./.github/workflows/docker.sh
- run: bash .github/scripts/docker.sh
env:
PHP_VERSION: ${{ matrix.php-versions }}
DOCKER_NAME: ${{ matrix.docker-image }}

test_docker_fedora:
name: fedora
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bash ./.github/workflows/docker.sh
- run: bash .github/scripts/docker.sh
env:
DOCKER_NAME: fedora
TEST_PHP_EXECUTABLE: /usr/bin/php
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: bash ./.github/workflows/linux.sh
- run: bash .github/scripts/linux.sh
env:
PHP_VERSION: ${{ matrix.php-versions }}
COVERAGE: ${{ matrix.coverage }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- "8.0"
steps:
- uses: actions/checkout@v2
- run: bash ./.github/workflows/osx.sh
- run: bash .github/scripts/osx.sh
env:
PHP_VERSION: ${{ matrix.php-versions }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

# php-psr

[![Appveyor Build Status][:badge-appveyor:]][:build-appveyor:]
[![GitHub Linux Build Status](https://github.com/jbboehr/php-psr/workflows/linux/badge.svg)](https://github.com/jbboehr/php-psr/actions?query=workflow%3Alinux)
[![GitHub OSX Build Status](https://github.com/jbboehr/php-psr/workflows/osx/badge.svg)](https://github.com/jbboehr/php-psr/actions?query=workflow%3Aosx)
[![GitHub Windows Build Status](https://github.com/jbboehr/php-psr/workflows/windows/badge.svg)](https://github.com/jbboehr/php-psr/actions?query=workflow%3Awindows)
[![GitHub Docker Build Status](https://github.com/jbboehr/php-psr/workflows/docker/badge.svg)](https://github.com/jbboehr/php-psr/actions?query=workflow%3Adocker)
[![Appveyor Build Status][:badge-appveyor:]][:build-appveyor:]
[![Coverage Status][:badge-coveralls:]][:build-coveralls:]
[![License][:badge-license:]][:ext-license:]

Expand Down

0 comments on commit 04ef237

Please sign in to comment.