Skip to content
Snippets Groups Projects

Bump PHP, SSP and oidc versions

Merged Marko Ivancic requested to merge bump-versions into main
Files
7
@@ -8,10 +8,10 @@ on:
@@ -8,10 +8,10 @@ on:
jobs:
jobs:
test-74:
test-80:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
container:
container:
image: cicnavi/dap:74
image: cicnavi/dap:80
steps:
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
- name: Validate composer.json and composer.lock
@@ -32,7 +32,7 @@ jobs:
@@ -32,7 +32,7 @@ jobs:
- name: Show PHP version
- name: Show PHP version
run: php -v
run: php -v
test-latest:
test-81:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
container:
container:
image: cicnavi/dap:81
image: cicnavi/dap:81
Loading