Skip to content

Commit 7f4712b

Browse files
committed
test with 8.3 (preinstalled in 24.04), as using phpunit 11
1 parent 19d093f commit 7f4712b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ on:
99

1010
jobs:
1111
build-test:
12-
runs-on: ubuntu-latest
13-
12+
runs-on: ubuntu-24.04
1413
steps:
15-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1615
- name: Cache Composer dependencies
17-
uses: actions/cache@v3
16+
uses: actions/cache@v4
1817
with:
1918
path: /tmp/composer-cache
2019
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
2120
- uses: php-actions/composer@v6
2221
- name: PHPUnit tests
2322
run: ./vendor/bin/phpunit
24-

0 commit comments

Comments
 (0)