Skip to content

Commit

Permalink
php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Dec 9, 2021
1 parent ef99148 commit 9c0e6f0
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Deploy to srs.skauting.cz"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
env:
CONFIG_DATABASE_HOST: localhost
CONFIG_DATABASE_NAME: srs
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: "Deploy to test-srs.skauting.cz"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
env:
CONFIG_DATABASE_HOST: localhost
CONFIG_DATABASE_NAME: db009903
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: "Create release package"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
steps:
- uses: actions/checkout@v2
# Copy & paste from https://github.com/actions/cache/blob/master/examples.md#php---composer
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: "Build"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
steps:
- uses: actions/checkout@v2
# Copy & paste from https://github.com/actions/cache/blob/master/examples.md#php---composer
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
name: "Unit tests"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
needs: workdir
steps:
- name: Download workdir
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
name: "PHPStan analysis"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
needs: workdir
steps:
- name: Download workdir
Expand All @@ -110,7 +110,7 @@ jobs:
name: "Coding standard"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
needs: workdir
steps:
- name: Download workdir
Expand All @@ -126,7 +126,7 @@ jobs:
name: "Doctrine migrations"
runs-on: ubuntu-18.04
container:
image: fmasa/lebeda:8.0
image: fmasa/lebeda:8.1
services:
mysql-test:
image: mysql:5.7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],

"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-bcmath": "*",
"ext-iconv": "*",
"ext-intl": "*",
Expand Down
Loading

0 comments on commit 9c0e6f0

Please sign in to comment.