Skip to content

Commit b178f98

Browse files
committed
Remove PHP 8.3 from experimental
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent b5c3b7d commit b178f98

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,11 @@ jobs:
6666
continue-on-error: ${{ matrix.experimental }}
6767
strategy:
6868
matrix:
69-
php-version: ['8.1', '8.2']
69+
php-version: ['8.1', '8.2', '8.3']
7070
experimental: [false]
7171
os: [ubuntu-latest]
7272
php-extensions: ['mbstring, iconv, mysqli, zip, gd, bz2']
7373
include:
74-
- php-version: '8.3'
75-
experimental: true
76-
os: ubuntu-latest
77-
composer-options: '--ignore-platform-req=php+'
78-
php-extensions: 'mbstring, iconv, mysqli, zip, bz2'
7974
- php-version: '8.4'
8075
experimental: true
8176
os: ubuntu-latest

0 commit comments

Comments
 (0)