Skip to content

Commit 4d27683

Browse files
committed
Add PHP 8.2, use newer XP runners
1 parent d793407 commit 4d27683

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
1010
tests:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
14-
continue-on-error: ${{ matrix.php-versions == '8.1' }}
14+
continue-on-error: ${{ matrix.php-versions == '8.2' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
18+
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: >
54-
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.5.3.sh > xp-run &&
54+
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.6.1.sh > xp-run &&
5555
composer install --prefer-dist &&
5656
echo "vendor/autoload.php" > composer.pth &&
5757
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth

0 commit comments

Comments
 (0)