Skip to content

Commit 49f52f5

Browse files
committed
Make PHP 8.4 test experimental
1 parent 8966bfb commit 49f52f5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,21 @@ jobs:
66
fail-fast: false
77
matrix:
88
operating-system: [ubuntu-latest]
9-
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
9+
php-version:
10+
- 7.2
11+
- 7.3
12+
- 7.4
13+
- 8.0
14+
- 8.1
15+
- 8.2
16+
- 8.3
17+
experimental: [false]
18+
include:
19+
- php-version: 8.4
20+
experimental: true
21+
1022
runs-on: ${{ matrix.operating-system }}
23+
continue-on-error: ${{ matrix.experimental }}
1124
steps:
1225
- name: Checkout code
1326
uses: actions/checkout@v2

0 commit comments

Comments
 (0)