Skip to content

Commit

Permalink
test: Test version changed to 8.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutkneupane authored Feb 5, 2024
1 parent fcf96c2 commit e483f92
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,16 @@ on:

jobs:
tests:
name: Run Tests
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: ['8.0']

name: PHP ${{ matrix.php }}

steps:
- name: Checkout Latest Codebase
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.1
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: none
Expand All @@ -32,4 +25,4 @@ jobs:
run: composer install --no-interaction --prefer-dist

- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit e483f92

Please sign in to comment.