Skip to content

Commit 7264c09

Browse files
ci(*): Use ubuntu latest
1 parent bc1fe95 commit 7264c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-sdk-development-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
7575

7676
name: Test suite
77-
runs-on: ubuntu-20.04
77+
runs-on: ubuntu-latest
7878
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
7979
env:
8080
EXTENSION_PATH: "my-code/crowdsec-bouncer-lib"

0 commit comments

Comments
 (0)