Skip to content

Commit 59ee38f

Browse files
committed
Unit Tests Skip Nightly Add 8.3
1 parent 00cd98f commit 59ee38f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
- '8.0'
1313
- '8.1'
1414
- '8.2'
15-
16-
include:
17-
- php-version: 'nightly'
18-
experimental: true
15+
- '8.3'
1916

2017
name: PHP ${{ matrix.php-version }}
2118

@@ -43,7 +40,7 @@ jobs:
4340

4441
- name: Delete composer lock file
4542
id: composer-lock
46-
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly' }}
43+
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == '8.3' }}
4744
run: |
4845
rm composer.lock
4946
echo "flags=--ignore-platform-reqs" >> $GITHUB_OUTPUT
@@ -66,7 +63,7 @@ jobs:
6663
- name: "Run PHPUnit tests 2 (Experimental: ${{ matrix.experimental }})"
6764
env:
6865
FAILURE_ACTION: "${{ matrix.experimental == true }}"
69-
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly' }}
66+
if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == '8.3' }}
7067
run: vendor/bin/phpunit --verbose || $FAILURE_ACTION
7168

7269
php-cs-fixer:

0 commit comments

Comments
 (0)