Skip to content

Commit 8007872

Browse files
author
Mark Baker
authored
Add nightly PHP 8.1 dev to github actions (#1763)
1 parent e10c01d commit 8007872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- '7.3'
1111
- '7.4'
1212
- '8.0'
13+
- '8.1'
1314

1415
name: PHP ${{ matrix.php-version }}
1516

@@ -37,7 +38,7 @@ jobs:
3738

3839
- name: Delete composer lock file
3940
id: composer-lock
40-
if: ${{ matrix.php-version == '8.0' }}
41+
if: ${{ matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
4142
run: |
4243
rm composer.lock
4344
echo "::set-output name=flags::--ignore-platform-reqs"

0 commit comments

Comments
 (0)