Skip to content

Commit

Permalink
Fix Github actions warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu committed Nov 27, 2024
1 parent 703c677 commit 4d52cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
MATRIX_DB: ${{ matrix.db }}
run: |
db=$(echo "${MATRIX_DB%%:*}")
echo "::set-output name=db::$db"
echo "db=$db" >> $GITHUB_OUTPUT
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 4d52cdb

Please sign in to comment.