Skip to content

Commit ac94615

Browse files
committed
ci: add PHP 8.2 as a normal version and test nightly as experimental
1 parent b789b4e commit ac94615

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
continue-on-error: ${{ matrix.experimental }}
1515
strategy:
1616
matrix:
17-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
17+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
1818
os: [ubuntu-latest]
1919
experimental: [false]
2020
composer-options: ['']
@@ -52,12 +52,12 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
php-version: ["7.2", "7.3", "7.4", "8.0"]
55+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
5656
os: [ubuntu-latest]
5757
experimental: [false]
5858
composer-options: ['']
5959
include:
60-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
60+
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
6161
steps:
6262
- uses: actions/checkout@v3
6363
- name: Use php ${{ matrix.php-version }}
@@ -83,12 +83,12 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
php-version: ["7.2", "7.3", "7.4", "8.0"]
86+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
8787
os: [ubuntu-latest]
8888
experimental: [false]
8989
composer-options: ['']
9090
include:
91-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
91+
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
9292
steps:
9393
- uses: actions/checkout@v3
9494
- name: Use php ${{ matrix.php-version }}
@@ -118,12 +118,12 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-version: ["7.2", "7.3", "7.4", "8.0"]
121+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
122122
os: [ubuntu-latest]
123123
experimental: [false]
124124
composer-options: ['']
125125
include:
126-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
126+
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
127127
steps:
128128
- uses: actions/checkout@v3
129129
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)