Skip to content

Commit 1c4bde2

Browse files
committed
Revert previous
1 parent f557eb8 commit 1c4bde2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ jobs:
77
matrix:
88
operating-system: [ubuntu-latest]
99
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
10-
experimental: [false]
11-
include:
12-
- php-version: "8.4"
13-
experimental: true
14-
1510
runs-on: ${{ matrix.operating-system }}
16-
continue-on-error: ${{ matrix.experimental }}
1711
steps:
1812
- name: Checkout code
1913
uses: actions/checkout@v2

0 commit comments

Comments
 (0)