Skip to content

Commit

Permalink
Adjust CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Sep 16, 2024
1 parent 4e15cce commit 2f8081a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- name: "Install Composer dependencies"
run: "composer ci:install"
- name: "Run the tests"
Expand All @@ -33,6 +37,10 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- name: "Install Composer dependencies"
run: "composer update --no-progress"
- name: "Run the tests"
Expand Down

0 comments on commit 2f8081a

Please sign in to comment.