Skip to content

Commit 6e52cae

Browse files
committed
Add support for PHP 8.6
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br>
1 parent 12287ea commit 6e52cae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
continue-on-error: ${{ matrix.experimental }}
1616
strategy:
1717
matrix:
18-
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
18+
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1919
os: [ ubuntu-latest ]
2020
experimental: [ false ]
2121
composer-options: [ '' ]
2222
include:
23-
- { php-version: '8.5', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-req=php+' }
23+
- { php-version: '8.6', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-req=php+' }
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v6
@@ -87,12 +87,12 @@ jobs:
8787
continue-on-error: ${{ matrix.experimental }}
8888
strategy:
8989
matrix:
90-
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
90+
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
9191
os: [ ubuntu-latest ]
9292
experimental: [ false ]
9393
composer-options: [ '' ]
9494
include:
95-
- { php-version: '8.5', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-req=php+' }
95+
- { php-version: '8.6', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-req=php+' }
9696
steps:
9797
- name: Checkout code
9898
uses: actions/checkout@v6

0 commit comments

Comments
 (0)