Skip to content

Commit ffa2386

Browse files
committed
Remove unsupported PHP 8.1 from CI
1 parent b20fb7b commit ffa2386

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,6 @@ on:
77
branches: [ master ]
88

99
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-
with:
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-
3910
current:
4011
runs-on: ubuntu-latest
4112
strategy:

0 commit comments

Comments
 (0)