Skip to content

Commit

Permalink
Build for php81
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubc committed Mar 19, 2024
1 parent 744e42b commit 6b277a8
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 144 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['8.1']

services:
# https://docs.docker.com/samples/library/mysql/
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
path: ./var/log/test.log

- name: Upload coverage results to Coveralls
if: ${{ matrix.php-versions == '7.4' }}
if: ${{ matrix.php-versions == '8.1' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4.30-fpm
FROM php:8.1.27-fpm

ENV MODE slave
ENV DEV false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "^7.4|^8.0",
"php": "^8.0|^8.1",
"ext-json": "*",
"ext-rrd": "*",
"api-platform/core": "^2.6",
Expand Down
Loading

0 comments on commit 6b277a8

Please sign in to comment.