Skip to content

Commit 295e264

Browse files
authored
Remove experimental for PHP 8.1 on CI
1 parent 60a8f9f commit 295e264

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ on: [push, pull_request]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6-
continue-on-error: ${{ matrix.experimental }}
6+
continue-on-error: false
77
strategy:
88
fail-fast: false
99
matrix:
10-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
11-
experimental: [false]
12-
include:
13-
- php: '8.1'
14-
experimental: true
10+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1511
steps:
1612
- name: Checkout
1713
uses: actions/checkout@v2

0 commit comments

Comments
 (0)