Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 18, 2023
1 parent 359523a commit 2294288
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,26 @@ jobs:

mystery:
runs-on: ubuntu-latest
container: php@sha256:162790870909b24c3202c39839d65efac4b342e59405bfc4e2737ae8fd77f76b
container: setupphp/node@sha256:3eaa887049f77ef6e05d2f8c4c4cf32b5a5e8395c27bad8b09fa3f62f6cd10e2

strategy:
matrix:
php-version:
- "8.1"
- "8.2"

steps:
- uses: "actions/checkout@v3"
- uses: "shivammathur/setup-php@v2"
with:
php-version: ${{ matrix.php-version }}

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: php-mystery
key: php-outdated

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress
Expand Down

0 comments on commit 2294288

Please sign in to comment.