Skip to content

Commit

Permalink
chore: specify php version for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryx committed Aug 30, 2024
1 parent fa23d53 commit 2a89107
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Test

on: [push]
on: [ push ]

jobs:
build-test:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- run: echo "Composer dependencies have been installed"
- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- run: composer install --no-progress --prefer-dist
- run: vendor/bin/phpunit

0 comments on commit 2a89107

Please sign in to comment.