Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:
ubuntu:
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4']
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
continue-on-error: ${{ matrix.version == '8.5' }}
runs-on: ubuntu-latest
steps:
- name: Checkout PhD
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
name: test
strategy:
matrix:
version: ['8.1', '8.2', '8.3', '8.4']
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
continue-on-error: ${{ matrix.version == '8.5' }}
runs-on: ubuntu-latest
steps:
- name: Checkout PhD
Expand Down
Loading