Skip to content

Commit 7b94a07

Browse files
ci(*): Use Ubuntu latest
1 parent 21ffb54 commit 7b94a07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

9191
name: Test suite
92-
runs-on: ubuntu-20.04
92+
runs-on: ubuntu-latest
9393
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
9494
env:
9595
EXTENSION_PATH: "my-code/standalone-bouncer"

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2626

2727
name: Test suite
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
3030
env:
3131
EXTENSION_PATH: "my-code/standalone-bouncer"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See [Installation Guide](https://github.com/crowdsecurity/cs-standalone-php-boun
3838

3939
## Developer guide
4040

41-
See [Developer guide](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/docs/DEVELOPER.md)
41+
See [Developer Guide](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/docs/DEVELOPER.md)
4242

4343

4444
## License

0 commit comments

Comments
 (0)