Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 19, 2023
1 parent 5305dd4 commit 2df8e79
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,9 @@ on:
branches: [ master ]

jobs:
current:
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

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

- name: Validate composer.json
run: composer validate --strict

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: php-${{ matrix.php-version }}

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

- name: Run test suite
run: composer run-script test

outdated-8-1-2:
runs-on: ubuntu-latest
container: setupphp/node@sha256:9271c0a914deb70c1717ec113410c9d43e48123d0ed398bb696f00f4f0ef15ba
container: amd64/php:8.1.26

strategy:
matrix:
Expand Down

0 comments on commit 2df8e79

Please sign in to comment.