Skip to content

Commit 28dba4f

Browse files
authored
Update ci.yml
add php 8.3 experimental
1 parent e4235a9 commit 28dba4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on: [ push, pull_request ]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8+
continue-on-error: ${{ matrix.env.experimental == true }}
89
strategy:
10+
fail-fast: false
911
matrix:
1012
env:
1113
- { php: 7.4, phpunit: 9 }
1214
- { php: 8.0, phpunit: 10 }
1315
- { php: 8.1, phpunit: 10 }
1416
- { php: 8.2, phpunit: 10 }
17+
- { php: 8.3, phpunit: 10, experimental: true }
18+
1519
steps:
1620
- uses: actions/checkout@v3
1721
- name: Composer cache

0 commit comments

Comments
 (0)