Skip to content

Commit 7f1005f

Browse files
authored
Merge pull request #9 from ukfast/rbibby-patch-1
Update PHP versions in tests
2 parents ea13bb1 + 0890824 commit 7f1005f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [8.0, 7.4, 7.3, 7.2, 7.1, 5.6]
17+
php: [8.1, 8.0, 7.4, 7.3, 7.2]
1818

1919
name: PHP${{ matrix.php }} - ubuntu-latest
2020

@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v1
2424

2525
- name: Setup PHP
26-
uses: shivammathur/setup-php@v1
26+
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php }}
2929
coverage: none

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": "^4.0|^5.0|^6.0",
29-
"phpunit/phpunit": "^9.3"
29+
"phpunit/phpunit": "^8.5|^9.3"
3030
}
3131
}

0 commit comments

Comments
 (0)