mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Also test on PHP 8.1
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
|
||||
php-version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user