Skip to content

Commit

Permalink
thusfar
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmagicii committed Jun 20, 2024
1 parent 62644cb commit b11ed77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
fail-fast: false
matrix:
operating-system: [ 'ubuntu-latest', 'windows-latest' ]
php-versions: [ '8.1' ]
php-versions: [ '8.1', '8.3' ]
steps:
- name: Checkout Source.
uses: actions/checkout@v2

- name: Setup PHP 8.1
if: ${{ matrix.php-versions == '8.1' }}
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +29,6 @@ jobs:
with:
files: ./coverage.xml
verbose: true

- name: Setup PHP 8.3
if: ${{ matrix.php-versions == '8.3' }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit b11ed77

Please sign in to comment.