Skip to content

Commit

Permalink
Updated Github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 6, 2024
1 parent b8f8ecb commit f175802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Tests
name: Couchbasev4 extension tests

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
name: PHP ${{ matrix.php-versions }} quality/tests on ${{ matrix.operating-system }}
env:
extensions: couchbase, pcntl, posix
key: cache-v1
Expand Down

0 comments on commit f175802

Please sign in to comment.