Skip to content

Commit bba5d85

Browse files
committed
Cleanup
1 parent 63bee8b commit bba5d85

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.2', '7.4']
15+
php-version: ['7.4', '8.2']
1616
prefer-lowest: ['']
1717
include:
18-
- php-version: '7.2'
18+
- php-version: '7.4'
1919
prefer-lowest: 'prefer-lowest'
2020

2121
steps:
22-
- uses: actions/checkout@v1
23-
with:
24-
fetch-depth: 1
22+
- uses: actions/checkout@v3
2523

2624
- name: Setup PHP
2725
uses: shivammathur/setup-php@v2
@@ -44,7 +42,7 @@ jobs:
4442
- name: Composer install --no-progress --prefer-dist --optimize-autoloader
4543
run: |
4644
composer --version
47-
composer require --dev phpunit/phpunit:"^8.5"
45+
composer require --dev phpunit/phpunit:"^9.5"
4846
if ${{ matrix.prefer-lowest == 'prefer-lowest' }}
4947
then
5048
composer update --prefer-lowest --prefer-stable
@@ -72,9 +70,7 @@ jobs:
7270
runs-on: ubuntu-22.04
7371

7472
steps:
75-
- uses: actions/checkout@v1
76-
with:
77-
fetch-depth: 1
73+
- uses: actions/checkout@v3
7874

7975
- name: Setup PHP
8076
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)