We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20fb7b commit ffa2386Copy full SHA for ffa2386
1 file changed
.github/workflows/tests.yml
@@ -7,35 +7,6 @@ on:
7
branches: [ master ]
8
9
jobs:
10
- outdated:
11
- runs-on: ubuntu-latest
12
- container: setupphp/node@sha256:9271c0a914deb70c1717ec113410c9d43e48123d0ed398bb696f00f4f0ef15ba
13
-
14
- strategy:
15
- fail-fast: false
16
- matrix:
17
- php-version:
18
- - "8.1"
19
20
- steps:
21
- - uses: "actions/checkout@v4"
22
- - uses: "shivammathur/setup-php@v2"
23
- with:
24
- php-version: ${{ matrix.php-version }}
25
26
- - name: Cache Composer packages
27
- id: composer-cache
28
- uses: actions/cache@v4
29
30
- path: vendor
31
- key: php-outdated
32
33
- - name: Install Composer dependencies
34
- run: composer install --prefer-dist --no-progress
35
36
- - name: Run test suite
37
- run: composer run-script test
38
39
current:
40
runs-on: ubuntu-latest
41
strategy:
0 commit comments