Skip to content

Commit 6038d5b

Browse files
authored
ci: add tests for PHP 8.5 (and fix ci) (#273)
* ci: add tests for PHP 8.5 upgrade actions/chechkout 4 => 5 * Update PHP test runner to Ubuntu 22.04
1 parent 0556e40 commit 6038d5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
name: PHP ${{ matrix.php-version }}
88

9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010

1111
strategy:
1212
matrix:
@@ -16,11 +16,12 @@ jobs:
1616
- 8.2
1717
- 8.3
1818
- 8.4
19+
- 8.5
1920
dependencies: [highest]
2021

2122
steps:
2223
- name: Checkout
23-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2425

2526
- name: Install PHP with extensions
2627
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)