Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 17, 2024
1 parent 3ab5ed4 commit 73669ef
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up PHP
uses: shivammathur/setup-php@2.7.0
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none

- name: Checkout code
uses: actions/checkout@v4

- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: composer-${{ runner.os }}-8.1-${{ hashFiles('composer.*') }}
restore-keys: |
composer-${{ runner.os }}-8.1-
composer-${{ runner.os }}-
composer-
- name: Download dependencies
uses: ramsey/composer-install@v3

- name: Docker
run: docker compose up -d
Expand Down

0 comments on commit 73669ef

Please sign in to comment.